diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-10 16:27:50 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-10 16:27:50 +0100 |
commit | 802b8fceb444f02fb8c2f67c5c433832baa33be7 (patch) | |
tree | fbf68c1b83ccb088d700fa324a7e21a86dfb3923 /features | |
parent | b1a1cadcc2056540e4eb5a6b48c87b83656633be (diff) | |
download | gitlab-ce-802b8fceb444f02fb8c2f67c5c433832baa33be7.tar.gz |
Fix graph description and textimprove-ci-graphs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 |