367 — should fill and then delete two fields from address¶
Description¶
Verifies that two optional address fields ("Other address details" and the third address line) can be individually cleared on an already-saved address, and that the cleared values persist after reload while the required fields remain unchanged.
Preconditions¶
- Signed in as an admin of a fresh organization.
- Settings → Organization Info page is open.
Steps¶
- Dismiss the "Recover change" modal by clicking Cancel if it appears.
- Click "Add address" and fill the full address form with
orgData.address. - Click Save. Expected: the "Organization updated" success toast appears.
- Reload the page so the saved address is loaded from the server.
- Clear the "Other address details" field (set it to empty).
- Clear the third address line field (set it to empty).
- Click Save. Expected: the "Organization updated" success toast appears.
- Reload the page. Expected: all original required fields still show their saved values, but
thirdLineandotherAddressDetailsare now empty.
Related¶
- Spec:
playwright/tests/integration/organization.info.spec.ts(line 127)