Confirmation → activation

This commit is contained in:
gregoirenovel 2018-09-19 15:05:26 +02:00
parent f86cc835f8
commit b317b49b3d
3 changed files with 11 additions and 11 deletions

View file

@ -38,7 +38,7 @@ feature 'Invitations' do
fill_in 'user_password', with: user_password
click_on 'Créer un compte'
expect(page).to have_content('lien de confirmation')
expect(page).to have_content("lien d'activation")
# Confirm the email
user = User.find_by(email: invite.email)