summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-10 18:52:50 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-10 18:52:50 +0100
commit9b5d275320432e2c7b78be0721e5305cf003b501 (patch)
treecc46757b76c517bcbe691e046e4b97d4eaf4dea4 /features
parent8ecc6f94cbcf462a2e1efc38769228a3c12c8735 (diff)
parent802b8fceb444f02fb8c2f67c5c433832baa33be7 (diff)
downloadgitlab-ce-9b5d275320432e2c7b78be0721e5305cf003b501.tar.gz
Merge branch 'improve-ci-graphs'
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 4abd5288d51..98f31f3b76a 100644
--- a/features/steps/project/graph.rb
+++ b/features/steps/project/graph.rb
@@ -25,9 +25,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 'Builds chart for last week'
- expect(page).to have_content 'Builds chart for last month'
- expect(page).to have_content 'Builds chart for last year'
+ expect(page).to have_content 'Builds for last week'
+ expect(page).to have_content 'Builds for last month'
+ expect(page).to have_content 'Builds for last year'
expect(page).to have_content 'Commit duration in minutes for last 30 commits'
end