364 — should check required fields¶
Description¶
Verifies required-field validation on the Organization Info form: when the Title is cleared and the address block is opened but left empty, saving surfaces "required" errors on Title and on every required address field.
Preconditions¶
- Signed in as an admin of a fresh organization.
- Settings → Organization Info page is open.
Steps¶
- Click "Add address" to expose the address fields.
- Clear the Title field so it is empty.
- Click Save.
- Expected: a required-field error is shown next to Title.
- Expected: required-field errors are shown next to Country, City, Street, and Zip code.
Related¶
- Spec:
playwright/tests/integration/organization.info.spec.ts(line 88)