提交 5c01b3b9 编写于 作者: P 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
......@@ -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.
先完成此消息的编辑!
想要评论请 注册