363 — should show wrong number format¶
Description¶
Verifies phone-number format validation: entering an obviously invalid number triggers an inline "wrong phone number" error message when the user attempts to save.
Preconditions¶
- Signed in as an admin of a fresh organization.
- Settings → Organization Info page is open.
Steps¶
- Enter the invalid phone number
09999999999999into the phone field. - Click Save. Expected: an inline validation message indicates the phone number format is wrong (the form does not save).
Related¶
- Spec:
playwright/tests/integration/organization.info.spec.ts(line 82)