176 — should check required fields¶
Description¶
Verifies that submitting the create-client form without filling any of the mandatory fields shows the correct "required" validation message under each of them: title, code, country, city, street and zip code.
Preconditions¶
- Signed-in user inside a freshly registered organization
- Browser is on the Clients overview page
Steps¶
- Click Add client and open the Billing details section.
- Click Create without entering any values. Expected: required-field validation messages appear under Title and Code, under the Country dropdown, and under City, Street and Zip code.
Related¶
- Spec:
playwright/tests/integration/client.spec.ts(line 249)