Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-03-15 14:55:42 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-03-15 14:55:42 +0300
commit410b74a11aefaec07c3fe5497a056387962b92f1 (patch)
tree291c6413dfbdbb584a940d5243e939aa648c5284 /spec/javascripts/pipelines
parent7fa987436bab5fe9a9c3581efa74b23f41bf53c8 (diff)
Removes EE differences for stage_column_component_spec
Diffstat (limited to 'spec/javascripts/pipelines')
-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(