Skip to content

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

  1. From the landing page, sign up with the random email and the standard test password (accepting the terms).
  2. Click "Back to login" to return to the login page. Expected: the login page is shown.
  3. 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.
  • Spec: playwright/tests/integration/login.spec.ts (line 67)