402 — should not proceed without last name¶
Description¶
Verifies that Last name is a required field — clearing it blocks the save and shows the "Required" validation message.
Preconditions¶
- A fresh user is signed in with the seeded
mainProfiledata. - The Account Settings → Personal Info page is open.
Steps¶
- Clear the Last name field so it is empty.
- Click Save. Expected: a "Required" error message appears under the Last name field and the profile is not saved.
Related¶
- Spec:
playwright/tests/integration/personal.info.spec.ts(line 127)