Skip to content

365 — should fill and assert address

Description

Verifies that a complete organization address (street, secondary line, third line, city, ZIP, state/province, country, additional details) can be added and is persisted after reload.

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 form.
  2. Fill the address form with the generated orgData.address values (street first line, optional second line, third line, City, ZIP/Postcode, State/Province, Country, and "Other address details").
  3. Click Save. Expected: the "Organization updated" success toast appears.
  4. Reload the page. Expected: every address field still displays the value that was entered before save.
  • Spec: playwright/tests/integration/organization.info.spec.ts (line 99)