Skip to content

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

  1. Click "Add address" to expose the address fields.
  2. Clear the Title field so it is empty.
  3. Click Save.
  4. Expected: a required-field error is shown next to Title.
  5. Expected: required-field errors are shown next to Country, City, Street, and Zip code.
  • Spec: playwright/tests/integration/organization.info.spec.ts (line 88)