Skip to content

Commit

Permalink
test: fix devise-i18n change courriel => email
Browse files Browse the repository at this point in the history
  • Loading branch information
colinux committed Feb 12, 2024
1 parent cd21eac commit 18e5e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/sessions/sign_in_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
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

0 comments on commit 18e5e13

Please sign in to comment.