Merge pull request #10705 from demarches-simplifiees/email-expert-need-confirmation-ldu

ETQ expert, je dois confirmer mon mail
This commit is contained in:
Lisa Durand 2024-08-22 12:53:52 +00:00 committed by GitHub
commit 8e7e8d9624
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 122 additions and 21 deletions

View file

@ -193,7 +193,7 @@ describe User, type: :model do
user = subject
expect(user.valid_password?(password)).to be true
expect(user.confirmed_at).to be_present
expect(user.email_verified_at).to be_present
expect(user.email_verified_at).to be_nil
expect(user.expert).to be_present
end
end