test: fix devise-i18n change courriel => email

This commit is contained in:
Colin Darie 2024-02-05 16:04:36 +01:00
parent cd21eac330
commit 18e5e13eba
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -78,7 +78,7 @@ describe 'Signin in:' do
click_on 'Se connecter', match: :first
sign_in_with user.email, password
expect(page).to have_content('Vous devez confirmer votre compte par courriel.')
expect(page).to have_content('Vous devez confirmer votre compte par email.')
end
end
end