Commit 2b8c46fe authored by Shinya Maeda's avatar Shinya Maeda

Add #registration_token for %code

parent acaf13d6
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
%li %li
= _("Specify the following URL during the Runner setup:") = _("Specify the following URL during the Runner setup:")
%code= root_url(only_path: false) %code= root_url(only_path: false)
%li#registration_token %li
= _("Use the following registration token during setup:") = _("Use the following registration token during setup:")
%code= registration_token %code#registration_token= registration_token
%li %li
= _("Start the Runner!") = _("Start the Runner!")
...@@ -167,7 +167,7 @@ describe "Admin Runners" do ...@@ -167,7 +167,7 @@ describe "Admin Runners" do
end end
describe 'reload registration token' do describe 'reload registration token' do
let(:page_token) { find('#registration_token code').text } let(:page_token) { find('#registration_token').text }
before do before do
click_button 'Reset runners registration token' click_button 'Reset runners registration token'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment