diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-10 18:52:50 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-10 18:52:50 +0100 |
commit | 9b5d275320432e2c7b78be0721e5305cf003b501 (patch) | |
tree | cc46757b76c517bcbe691e046e4b97d4eaf4dea4 /features | |
parent | 8ecc6f94cbcf462a2e1efc38769228a3c12c8735 (diff) | |
parent | 802b8fceb444f02fb8c2f67c5c433832baa33be7 (diff) | |
download | gitlab-ce-9b5d275320432e2c7b78be0721e5305cf003b501.tar.gz |
Merge branch 'improve-ci-graphs'
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 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 |