Removes EE differences for stage_column_component_spec
This commit is contained in:
parent
7fa987436b
commit
410b74a11a
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ describe('stage column component', () => {
|
|||
component = mountComponent(StageColumnComponent, {
|
||||
title: 'foo',
|
||||
groups: mockGroups,
|
||||
hasTriggeredBy: false,
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -61,6 +62,7 @@ describe('stage column component', () => {
|
|||
},
|
||||
],
|
||||
title: 'test',
|
||||
hasTriggeredBy: false,
|
||||
});
|
||||
|
||||
expect(component.$el.querySelector('.builds-container li').getAttribute('id')).toEqual(
|
||||
|
|
Loading…
Reference in a new issue