Commit 5c01b3b9 authored by Phil Hughes's avatar Phil Hughes

Merge branch '6622-stage-spec' into 'master'

Removes EE differences for stage_column_component_spec

Closes gitlab-ee#6622

See merge request gitlab-org/gitlab-ce!26219
parents 8b295021 410b74a1
...@@ -35,6 +35,7 @@ describe('stage column component', () => { ...@@ -35,6 +35,7 @@ describe('stage column component', () => {
component = mountComponent(StageColumnComponent, { component = mountComponent(StageColumnComponent, {
title: 'foo', title: 'foo',
groups: mockGroups, groups: mockGroups,
hasTriggeredBy: false,
}); });
}); });
...@@ -61,6 +62,7 @@ describe('stage column component', () => { ...@@ -61,6 +62,7 @@ describe('stage column component', () => {
}, },
], ],
title: 'test', title: 'test',
hasTriggeredBy: false,
}); });
expect(component.$el.querySelector('.builds-container li').getAttribute('id')).toEqual( expect(component.$el.querySelector('.builds-container li').getAttribute('id')).toEqual(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment