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¶
- Enter the MailSlurp inbox email address into the email field.
- Enter the standard test password into the password field.
- Tick the "I agree with terms" checkbox.
- 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.
Related¶
- Spec:
playwright/tests/integration/login.spec.ts(line 59)