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
forgotPasswordFlowfixture provides the user's MailSlurp inbox).
Steps¶
- Record the current number of emails in the user's MailSlurp inbox.
- Click the "Resend link" button on the confirmation screen. Expected: a popup confirms the reset email was resent.
- Wait for the MailSlurp inbox. Expected: at least one new email has arrived (count increased compared to step 1).
Related¶
- Spec:
playwright/tests/integration/login.spec.ts(line 176)