diff options
author | James Fargher <proglottis@gmail.com> | 2019-02-01 07:58:36 +1300 |
---|---|---|
committer | James Fargher <proglottis@gmail.com> | 2019-02-01 13:58:11 +1300 |
commit | 86a313bb41178db2e3cc205d2f9f193d6e929911 (patch) | |
tree | ed29ab2d18c04a515368b9ce34e9d3301fcc07ad /app/assets/javascripts/pipelines | |
parent | c12863322595e77b03a5a089ff079bf13574a57b (diff) | |
download | gitlab-ce-86a313bb41178db2e3cc205d2f9f193d6e929911.tar.gz |
Wait for auto-devops CI jobs on the job page
These tests used to wait on the pipeline page which made debugging job
failures difficult
Diffstat (limited to 'app/assets/javascripts/pipelines')
-rw-r--r-- | app/assets/javascripts/pipelines/components/graph/job_item.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph/job_item.vue b/app/assets/javascripts/pipelines/components/graph/job_item.vue index cf9db89e32b..2b32a6e4a98 100644 --- a/app/assets/javascripts/pipelines/components/graph/job_item.vue +++ b/app/assets/javascripts/pipelines/components/graph/job_item.vue @@ -108,7 +108,7 @@ export default { :href="status.details_path" :title="tooltipText" :class="cssClassJobName" - class="js-pipeline-graph-job-link" + class="js-pipeline-graph-job-link qa-job-link" > <job-name-component :name="job.name" :status="job.status" /> </gl-link> |