summaryrefslogtreecommitdiff
path: root/spec/features/groups/settings/ci_cd_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/groups/settings/ci_cd_spec.rb')
-rw-r--r--spec/features/groups/settings/ci_cd_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/settings/ci_cd_spec.rb b/spec/features/groups/settings/ci_cd_spec.rb
index 9c2f9512b9d..b059cd8da29 100644
--- a/spec/features/groups/settings/ci_cd_spec.rb
+++ b/spec/features/groups/settings/ci_cd_spec.rb
@@ -28,7 +28,7 @@ RSpec.describe 'Group CI/CD settings' do
let(:page_token) { find('#registration_token').text }
before do
- click_button 'Reset runners registration token'
+ click_button 'Reset registration token'
end
it 'changes registration token' do