summaryrefslogtreecommitdiff
path: root/spec/features/admin
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-07-20 17:42:45 +0900
committerShinya Maeda <shinya@gitlab.com>2017-07-20 17:42:45 +0900
commit2b8c46fe1dedd1687e1871a8b4a9892ee0ca070f (patch)
tree398040594805eff1d09f8e9040c887fd46f70f02 /spec/features/admin
parentacaf13d6f32157716c0d6a9b1d475c042881895c (diff)
downloadgitlab-ce-2b8c46fe1dedd1687e1871a8b4a9892ee0ca070f.tar.gz
Diffstat (limited to 'spec/features/admin')
-rw-r--r--spec/features/admin/admin_runners_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_runners_spec.rb b/spec/features/admin/admin_runners_spec.rb
index 716028db513..46bab3763cc 100644
--- a/spec/features/admin/admin_runners_spec.rb
+++ b/spec/features/admin/admin_runners_spec.rb
@@ -167,7 +167,7 @@ describe "Admin Runners" do
end
describe 'reload registration token' do
- let(:page_token) { find('#registration_token code').text }
+ let(:page_token) { find('#registration_token').text }
before do
click_button 'Reset runners registration token'