fix(typo) adresse électronique
This commit is contained in:
parent
c1b4a868aa
commit
97949fc168
7 changed files with 14 additions and 14 deletions
|
@ -7,8 +7,8 @@ describe 'Signin in:' do
|
|||
click_on 'Se connecter', match: :first
|
||||
|
||||
sign_in_with user.email, 'invalid-password'
|
||||
expect(page).to have_content 'Adresse éléctronique ou mot de passe incorrect.'
|
||||
expect(page).to have_field('Adresse éléctronique', with: user.email)
|
||||
expect(page).to have_content 'Adresse électronique ou mot de passe incorrect.'
|
||||
expect(page).to have_field('Adresse électronique', with: user.email)
|
||||
|
||||
sign_in_with user.email, password
|
||||
expect(page).to have_current_path dossiers_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue