341 — should resend email verification¶
Description¶
Verifies that, after sign-up, clicking "Resend link" on the verify-email page sends a new verification email to the user's inbox and confirms the action with a popup.
Preconditions¶
- Signed-out browser on the landing page.
- A fresh MailSlurp inbox is provisioned for the test user.
Steps¶
- Sign up from the landing page using the MailSlurp inbox email and standard test password (accepting the terms).
- Record the current number of emails in the MailSlurp inbox.
- On the "Verify your email" page, click "Resend link". Expected: a confirmation popup appears stating the verification email was sent.
- Wait for the MailSlurp inbox. Expected: at least one new email has arrived (count increased compared to step 2).
Related¶
- Spec:
playwright/tests/integration/login.spec.ts(line 79)