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