Skip to content

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 mainProfile data.
  • The Account Settings → Security → Change password form is open.

Steps

  1. Fill Current password with the user's real password.
  2. Fill New password with test-password2.
  3. Fill Confirm new password with the deliberately-different value test-password555.
  4. Click Save. Expected: a "Password check does not match" error appears under the Confirm new password field and the password is not changed.
  • Spec: playwright/tests/integration/personal.info.spec.ts (line 296)