🔧 Fix invalid email error message#2269
Conversation
Fix the error message shown in Login and Signup forms when the user inserts an invalid email address. With this fix, all frontend tests pass.
But tests on |
|
I did see it and I still see it under certain conditions. In the following a describe 2 approaches that give me different results. Given this inconsistency (and the fact that you see tests on APPROACH 1: This is the failing output that I get: APPROACH 2: This is the failing output that I get: |
|
This seems to be passing without the change, so I'll pass on this. Thanks! ☕ |
Hey!
I propose this change because it sets the correct message expected by playwright tests.
Prior to this change, the playwright tests checking user logging in or signing up with an incorrect email failed.