summaryrefslogtreecommitdiff
path: root/spec/features/groups/settings/repository_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/groups/settings/repository_spec.rb')
-rw-r--r--spec/features/groups/settings/repository_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/settings/repository_spec.rb b/spec/features/groups/settings/repository_spec.rb
index 3c1609a2605..7082b2b20bd 100644
--- a/spec/features/groups/settings/repository_spec.rb
+++ b/spec/features/groups/settings/repository_spec.rb
@@ -38,7 +38,7 @@ RSpec.describe 'Group Repository settings' do
it 'renders the correct setting section content' do
within("#js-default-branch-name") do
expect(page).to have_content("Default initial branch name")
- expect(page).to have_content("Set the default name of the initial branch when creating new repositories through the user interface.")
+ expect(page).to have_content("The default name for the initial branch of new repositories created in the group.")
end
end
end