Skip to content

339 — should fill details, sign up assert verify page

Description

Verifies that a valid sign-up (real email + strong password + accepted terms) creates the account and routes the user to the "Verify your email" page.

Preconditions

  • Signed-out browser on the landing page.
  • A fresh MailSlurp inbox is provisioned for the test user.
  • Sign-up page is open (reached via the "Sign up" button on the landing page).

Steps

  1. Enter the MailSlurp inbox email address into the email field.
  2. Enter the standard test password into the password field.
  3. Tick the "I agree with terms" checkbox.
  4. Click the "Sign up" button. Expected: the account is created and the user is redirected to the "Verify your email" page showing the entered email address.
  • Spec: playwright/tests/integration/login.spec.ts (line 59)