提交 410b74a1 编写于 作者: F Filipa Lacerda

Removes EE differences for stage_column_component_spec

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册