Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-07 21:10:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-07 21:10:21 +0300
commit1572e2a376c0315a0b910bb06e2f2d08cae43adb (patch)
tree850c1d90c6cdd107e51061719db07257f0331425 /spec/features/groups_spec.rb
parent05b83be3ee097da8e71c8655d8f9f2c179cc3f7c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/groups_spec.rb')
-rw-r--r--spec/features/groups_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/groups_spec.rb b/spec/features/groups_spec.rb
index 0fab5718aa6..bcccadf7710 100644
--- a/spec/features/groups_spec.rb
+++ b/spec/features/groups_spec.rb
@@ -378,11 +378,11 @@ RSpec.describe 'Group' do
expect(page).to have_link('Subgroup information')
end
- it 'renders project page with the text "Project overview"' do
+ it 'renders project page with the text "Project information"' do
visit project_path(project)
wait_for_requests
- expect(page).to have_link('Project overview')
+ expect(page).to have_link('Project information')
end
end