Skip to content

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

  1. Enter the invalid phone number 09999999999999 into the phone field.
  2. Click Save. Expected: an inline validation message indicates the phone number format is wrong (the form does not save).
  • Spec: playwright/tests/integration/organization.info.spec.ts (line 82)