340 — should try login without verification¶
Description¶
Verifies that an account whose email has not yet been verified cannot enter the app via login; instead the user is sent back to the "Verify your email" page.
Preconditions¶
- Signed-out browser on the landing page.
- A random unverified email address is available for sign-up.
Steps¶
- From the landing page, sign up with the random email and the standard test password (accepting the terms).
- Click "Back to login" to return to the login page. Expected: the login page is shown.
- Enter the same email and password and click "Log in". Expected: login does not enter the app; the user is redirected to the "Verify your email" page showing that email address.
Related¶
- Spec:
playwright/tests/integration/login.spec.ts(line 67)