fix hidden label
This commit is contained in:
parent
cc9341a83c
commit
101acafb65
3 changed files with 9 additions and 7 deletions
|
@ -22,7 +22,7 @@ feature 'wcag rules for usager', js: true do
|
|||
|
||||
perform_enqueued_jobs do
|
||||
click_button 'Créer un compte'
|
||||
expect(page).to be_accessible.skipping(:'role-img-alt', :label)
|
||||
expect(page).to be_accessible.skipping(:'role-img-alt')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue