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

Add #registration_token for %code

parent acaf13d6
......@@ -9,8 +9,8 @@
%li
= _("Specify the following URL during the Runner setup:")
%code= root_url(only_path: false)
%li#registration_token
%li
= _("Use the following registration token during setup:")
%code= registration_token
%code#registration_token= registration_token
%li
= _("Start the Runner!")
......@@ -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'
......
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