place creation completes with address
Implementation
| Spec | e2e/tests/place-create.spec.ts |
| Test | place creation completes with address |
| Timeout | 120000 ms (WebKit) |
| Helpers | dismissBlockingOverlays from e2e/helpers/session-flow |
| Prerequisite | Setup — place-create beforeEach |
| User state | Account active (validated email) |
Automation (Playwright)
- Open address:
editinfo-place-address(force click). - Fill
address-street-text,address-number-text,address-locality-text;address-validate-button. - Branch: if validated path shows
address-msgvalid-infooraddress-submit-button, accept, wait modal detached, theneditinfo-submit-buttonenabled → click. Else close modal (address-close-buttonor Escape) and assert name field still visible.