Skip to content

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

Steps

  1. Clear Current password, New password, and Confirm new password so all three are empty.
  2. 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.
  • Spec: playwright/tests/integration/personal.info.spec.ts (line 314)