fix missing alt

This commit is contained in:
clemkeirua 2020-06-29 17:22:11 +02:00 committed by Pierre de La Morinerie (Rebase PR Action)
parent 101acafb65
commit 21221a7c49
2 changed files with 2 additions and 2 deletions

View file

@ -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