661 B
661 B
E2E Test: Password Reset Flow
App URL: https://localhost:3000 Date: 2026-05-27
Acceptance Criteria
- Forgot password page loads
- OTP is sent and received
- Password reset succeeds
- Can sign in with new password
Test Steps (agent_browser)
agent_browser open https://localhost:3000/forgot-passwordagent_browser snapshot -i— verify "Forgot your password?" heading- Fill email → Click "Send verification code"
- Verify redirect to /reset-password
- Enter OTP + new password + confirm
- Click "Reset password"
- Verify success → Sign in with new password
Screenshots
screenshots/reset-success.png