diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-08-25 08:41:55 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-08-25 08:41:55 +0000 |
commit | dcf4d69a7e34fc0a093c1226833f8654f16c74f7 (patch) | |
tree | 19c0968db8f8b7cf05e37a8570e377d1f7579acc /features | |
parent | 65c223ae836925a056c86b92351cea85aa26e9ef (diff) | |
parent | a8efe4c469b13519b600e5ef0f5b1629cd42b01c (diff) | |
download | gitlab-ce-dcf4d69a7e34fc0a093c1226833f8654f16c74f7.tar.gz |
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.rb | 6 |
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 |