Skip to content

349 — should resend link

Description

Verifies that clicking "Resend link" on the forgot-password confirmation screen sends another reset email to the user's inbox and shows a confirmation popup.

Preconditions

  • Signed-out browser sitting on the "Reset email sent" confirmation screen.
  • An existing test account exists and the forgot-password flow has already been initiated (the forgotPasswordFlow fixture provides the user's MailSlurp inbox).

Steps

  1. Record the current number of emails in the user's MailSlurp inbox.
  2. Click the "Resend link" button on the confirmation screen. Expected: a popup confirms the reset email was resent.
  3. Wait for the MailSlurp inbox. Expected: at least one new email has arrived (count increased compared to step 1).
  • Spec: playwright/tests/integration/login.spec.ts (line 176)