Commit 410b74a1 authored by Filipa Lacerda's avatar Filipa Lacerda

Removes EE differences for stage_column_component_spec

parent 7fa98743
......@@ -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(
......
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