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-07-21 15:09:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-21 15:09:35 +0300
commit7e5b78ee035a9cb43c65c029e4305ff7357b07d2 (patch)
treeb6d57d9674d97eb1fa22110a855b32682de22ef3 /spec/features/groups_spec.rb
parentea53c9c3c316a6eeb33da670e1e5bcbc39c6c79c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/groups_spec.rb')
-rw-r--r--spec/features/groups_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups_spec.rb b/spec/features/groups_spec.rb
index efde570512f..9c11b84fa8f 100644
--- a/spec/features/groups_spec.rb
+++ b/spec/features/groups_spec.rb
@@ -52,7 +52,7 @@ RSpec.describe 'Group' do
click_button 'Create group'
expect(current_path).to eq(new_group_path)
- expect(page).to have_text('Please choose a group URL with no special characters.')
+ expect(page).to have_text('Please choose a group URL with no special characters or spaces.')
end
end