410 — should succesfully change password¶
Description¶
Verifies that a user can change their password from Account Settings → Security and that the new password — and only the new password — works on a fresh sign-in.
Preconditions¶
- A fresh user is signed in with the seeded
mainProfiledata and the original password fromLOGIN_PASSWORD. - The Account Settings → Personal Info page is open.
Steps¶
- Open the Security tab and click "Change password".
- Fill the Current password with the original password.
- Fill New password and Confirm new password both with
test-password2. - Click Save. Expected: a "Password changed" confirmation popup appears.
- Open a brand-new browser context, navigate to the app, and sign in with the same email and the new password
test-password2. Expected: the login succeeds and the post-login landing page is shown.
Related¶
- Spec:
playwright/tests/integration/personal.info.spec.ts(line 269)