This commit is contained in:
Shinya Maeda 2017-07-14 23:26:14 +09:00
parent ecc83b5f9c
commit 96fe285cfb
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ describe "Admin Runners" do
end
it 'has all necessary texts including no runner message' do
expect(page).to have_text "To register a new Runner"
expect(page).to have_text "How to setup"
expect(page).to have_text "Runners with last contact more than a minute ago: 0"
expect(page).to have_text 'No runners found'
end