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
path: root/spec
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-03-27 15:49:01 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-03-27 15:49:01 +0300
commite081c0cba2dd5b1a19d22b44918022f72035434c (patch)
treec7684e26991533e251e50b51725c4c4e7667c459 /spec
parent0610bb091766d3bb935fc10898dd66bc6f76b1c5 (diff)
Removes EE differences for stage_column_component_spec
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/pipelines/graph/stage_column_component_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/pipelines/graph/stage_column_component_spec.js b/spec/javascripts/pipelines/graph/stage_column_component_spec.js
index dafb892da43..3240e8e4c1b 100644
--- a/spec/javascripts/pipelines/graph/stage_column_component_spec.js
+++ b/spec/javascripts/pipelines/graph/stage_column_component_spec.js
@@ -55,7 +55,7 @@ describe('stage column component', () => {
id: 4259,
name: '<img src=x onerror=alert(document.domain)>',
status: {
- icon: 'icon_status_success',
+ icon: 'status_success',
label: 'success',
tooltip: '<img src=x onerror=alert(document.domain)>',
},