175 — should create new client with only required data¶
Description¶
Verifies that a client can be created with only the mandatory fields (title and code) and that optional values like industry, ownership and start date display as empty placeholders ("—" / "not set") in the list and on the detail page.
Preconditions¶
- Signed-in user inside a freshly registered organization
- Browser is on the Clients overview page
Steps¶
- Click Add client, enter the title and code prefix, and clear the pre-filled start date using its
xbutton. - Click Create. Expected: a "created" confirmation toast appears.
- Reveal the optional
codeandownershipTypecolumns. Expected: the new client row shows the title and code, while industry and ownership type both render as—. - Open the client detail. Expected: the address and the "Since" date both render as "not set".
Related¶
- Spec:
playwright/tests/integration/client.spec.ts(line 229)