fix missing alt
This commit is contained in:
parent
101acafb65
commit
21221a7c49
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
= devise_error_messages!
|
||||
%h1.center Confirmez votre adresse email
|
||||
|
||||
%img.confirmation-icon{ src: image_url("user/confirmation-email.svg"), alt: "" }
|
||||
%img.confirmation-icon{ src: image_url("user/confirmation-email.svg"), alt: "Email envoyé" }
|
||||
|
||||
%p.confirmation-preamble
|
||||
= succeed '.' do
|
||||
|
|
|
@ -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')
|
||||
expect(page).to be_accessible
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue