Skip to content

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

  1. Sign up from the landing page using the MailSlurp inbox email and standard test password (accepting the terms).
  2. Record the current number of emails in the MailSlurp inbox.
  3. On the "Verify your email" page, click "Resend link". Expected: a confirmation popup appears stating the verification email was sent.
  4. Wait for the MailSlurp inbox. Expected: at least one new email has arrived (count increased compared to step 2).
  • Spec: playwright/tests/integration/login.spec.ts (line 79)