summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-10-17 11:11:52 +0000
committerPhil Hughes <me@iamphill.com>2018-10-17 11:11:52 +0000
commitb01dacffffd4df3592611afb43e9309ec6cc7f9c (patch)
treeb755bb8213c9c275fff69b2a76a93cd7af0512bd /qa
parentb2da681fd07d03a9494ef427cd6fa8c5b32be194 (diff)
downloadgitlab-ce-b01dacffffd4df3592611afb43e9309ec6cc7f9c.tar.gz
Replace job with group in frontend components to be consistent with backend
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/pipeline/show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/pipeline/show.rb b/qa/qa/page/project/pipeline/show.rb
index 06df1238738..b22396fd67a 100644
--- a/qa/qa/page/project/pipeline/show.rb
+++ b/qa/qa/page/project/pipeline/show.rb
@@ -9,7 +9,7 @@ module QA::Page
element :pipeline_graph, /class.*pipeline-graph.*/ # rubocop:disable QA/ElementWithPattern
end
- view 'app/assets/javascripts/pipelines/components/graph/job_component.vue' do
+ view 'app/assets/javascripts/pipelines/components/graph/job_item.vue' do
element :job_component, /class.*ci-job-component.*/ # rubocop:disable QA/ElementWithPattern
element :job_link, /class.*js-pipeline-graph-job-link.*/ # rubocop:disable QA/ElementWithPattern
end