summaryrefslogtreecommitdiff
path: root/spec/features/projects/graph_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-05 18:09:44 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-05 18:09:44 +0000
commita83bc624e4d040e52a66633156e9120a45bbefe5 (patch)
tree8f8bbec7750b378b9173b78c83cdf01dd5341d0a /spec/features/projects/graph_spec.rb
parent4046c3447e0a01fe48e224e72e12b27859b92822 (diff)
downloadgitlab-ce-a83bc624e4d040e52a66633156e9120a45bbefe5.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/projects/graph_spec.rb')
-rw-r--r--spec/features/projects/graph_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/features/projects/graph_spec.rb b/spec/features/projects/graph_spec.rb
index 7b9f79c9f7f..72df84bf905 100644
--- a/spec/features/projects/graph_spec.rb
+++ b/spec/features/projects/graph_spec.rb
@@ -72,9 +72,9 @@ RSpec.describe 'Project Graph', :js do
it 'renders CI graphs' do
expect(page).to have_content 'Overall'
- 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 'Last week'
+ expect(page).to have_content 'Last month'
+ expect(page).to have_content 'Last year'
expect(page).to have_content 'Duration for the last 30 commits'
end
end