From 18e5e13ebac1d3b71df94116a5f06d6295115d80 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Mon, 5 Feb 2024 16:04:36 +0100 Subject: [PATCH] test: fix devise-i18n change courriel => email --- spec/system/sessions/sign_in_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/sessions/sign_in_spec.rb b/spec/system/sessions/sign_in_spec.rb index 7e85210b5..c93896dc9 100644 --- a/spec/system/sessions/sign_in_spec.rb +++ b/spec/system/sessions/sign_in_spec.rb @@ -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