summaryrefslogtreecommitdiff
path: root/spec/javascripts
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-03-15 11:55:42 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-03-15 11:55:42 +0000
commit410b74a11aefaec07c3fe5497a056387962b92f1 (patch)
tree291c6413dfbdbb584a940d5243e939aa648c5284 /spec/javascripts
parent7fa987436bab5fe9a9c3581efa74b23f41bf53c8 (diff)
downloadgitlab-ce-410b74a11aefaec07c3fe5497a056387962b92f1.tar.gz
Removes EE differences for stage_column_component_spec
Diffstat (limited to 'spec/javascripts')
-rw-r--r--spec/javascripts/pipelines/graph/stage_column_component_spec.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/javascripts/pipelines/graph/stage_column_component_spec.js b/spec/javascripts/pipelines/graph/stage_column_component_spec.js
index d0b8f877d6f..dafb892da43 100644
--- a/spec/javascripts/pipelines/graph/stage_column_component_spec.js
+++ b/spec/javascripts/pipelines/graph/stage_column_component_spec.js
@@ -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(