fix missing header for account creation
This commit is contained in:
parent
bc3e0eb76c
commit
cc9341a83c
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
- content_for(:title, 'Confirmer votre adresse email')
|
||||
- content_for(:title, 'Confirmez votre adresse email')
|
||||
|
||||
- content_for :footer do
|
||||
= render partial: 'root/footer'
|
||||
|
@ -6,6 +6,7 @@
|
|||
.container.devise-container.devise-confirmations
|
||||
.one-column-centered
|
||||
= devise_error_messages!
|
||||
%h1.center Confirmez votre adresse email
|
||||
|
||||
%img.confirmation-icon{ src: image_url("user/confirmation-email.svg"), alt: "" }
|
||||
|
||||
|
|
|
@ -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(:'page-has-heading-one', :'role-img-alt', :label)
|
||||
expect(page).to be_accessible.skipping(:'role-img-alt', :label)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue