412 — should not change password when confirm password is different¶
Description¶
Verifies that a password change is rejected when the Confirm new password value does not match the New password value, even when the current password is correct.
Preconditions¶
- A fresh user is signed in with the seeded
mainProfiledata. - The Account Settings → Security → Change password form is open.
Steps¶
- Fill Current password with the user's real password.
- Fill New password with
test-password2. - Fill Confirm new password with the deliberately-different value
test-password555. - Click Save. Expected: a "Password check does not match" error appears under the Confirm new password field and the password is not changed.
Related¶
- Spec:
playwright/tests/integration/personal.info.spec.ts(line 296)