Skip to content

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

  1. Click Add client and open the Billing details section.
  2. 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.
  • Spec: playwright/tests/integration/client.spec.ts (line 249)