Selectors must be written in lowercase with hyphens

This commit is contained in:
gregoirenovel 2017-04-12 11:12:05 +02:00
parent 73caee0ff3
commit c10c2fc31b
131 changed files with 405 additions and 404 deletions

View file

@ -27,7 +27,7 @@ feature 'on click on tabs button' do
end
scenario 'it redirect to users dossier termine' do
expect(page).to have_css('#users_index')
expect(page).to have_css('#users-index')
end
end
@ -38,7 +38,7 @@ feature 'on click on tabs button' do
end
scenario 'it redirect to users dossier termine' do
expect(page).to have_css('#users_index')
expect(page).to have_css('#users-index')
end
end
@ -49,7 +49,7 @@ feature 'on click on tabs button' do
end
scenario 'it redirect to users dossier termine' do
expect(page).to have_css('#users_index')
expect(page).to have_css('#users-index')
end
end
@ -60,7 +60,7 @@ feature 'on click on tabs button' do
end
scenario 'it redirect to users dossier invites' do
expect(page).to have_css('#users_index')
expect(page).to have_css('#users-index')
end
end
end