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:
authorDouwe Maan <douwe@gitlab.com>2017-08-25 11:41:55 +0300
committerDouwe Maan <douwe@gitlab.com>2017-08-25 11:41:55 +0300
commitdcf4d69a7e34fc0a093c1226833f8654f16c74f7 (patch)
tree19c0968db8f8b7cf05e37a8570e377d1f7579acc /features
parent65c223ae836925a056c86b92351cea85aa26e9ef (diff)
parenta8efe4c469b13519b600e5ef0f5b1629cd42b01c (diff)
Merge branch 'zj-reword-job-to-pipeline-chart-view' into 'master'
Reword job to pipeline on the chart view Closes #36928 See merge request !13786
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/graph.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/steps/project/graph.rb b/features/steps/project/graph.rb
index e78e25318a6..b9cddf4041d 100644
--- a/features/steps/project/graph.rb
+++ b/features/steps/project/graph.rb
@@ -38,9 +38,9 @@ class Spinach::Features::ProjectGraph < Spinach::FeatureSteps
step 'page should have CI graphs' do
expect(page).to have_content 'Overall'
- expect(page).to have_content 'Jobs for last week'
- expect(page).to have_content 'Jobs for last month'
- expect(page).to have_content 'Jobs for last year'
+ expect(page).to have_content 'Pipelines for last week'
+ expect(page).to have_content 'Pipelines for last month'
+ expect(page).to have_content 'Pipelines for last year'
expect(page).to have_content 'Commit duration in minutes for last 30 commits'
end