adapting the specs

This commit is contained in:
Judith 2020-09-01 15:28:31 +02:00
parent 9553dae7bd
commit 7eee9beed7
7 changed files with 12 additions and 12 deletions

View file

@ -60,7 +60,7 @@ feature 'Signin in:' do
click_on 'Connexion'
sign_in_with user.email, password
expect(page).to have_content 'Vous devez confirmer votre adresse email pour continuer'
expect(page).to have_content('Vous devez confirmer votre compte par courriel.')
end
end
end