414 — should assert required fields¶
Description¶
Verifies that all three password-change fields (Current password, New password, Confirm new password) are required — submitting them empty surfaces a "Required" message under each.
Preconditions¶
- A fresh user is signed in with the seeded
mainProfiledata. - The Account Settings → Security → Change password form is open.
Steps¶
- Clear Current password, New password, and Confirm new password so all three are empty.
- Click Save. Expected: a "Required" error message is shown under the New password, Current password, and Confirm new password fields, and the password is not changed.
Related¶
- Spec:
playwright/tests/integration/personal.info.spec.ts(line 314)