Selectors must be written in lowercase with hyphens
This commit is contained in:
parent
73caee0ff3
commit
c10c2fc31b
131 changed files with 405 additions and 404 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue