test: fix devise-i18n change courriel => email
This commit is contained in:
parent
cd21eac330
commit
18e5e13eba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue