180 — should assert tooltips¶
Description¶
Verifies that informational tooltips on the create-client form (Type of need, Type of ownership, Start date, plus the two additional info hints) display the correct help text. Currently skipped — kept for documentation while the tooltip wording is in flux.
Preconditions¶
- Signed-in user inside a freshly registered organization
- Browser is on the Clients overview page
Steps¶
- Click Add client, expand the Billing details section, then expand Client information.
- Hover the Type of need info icon. Expected: the matching tooltip text is shown.
- Hover the Type of ownership info icon. Expected: the matching tooltip text is shown.
- Hover the Start date info icon. Expected: the matching tooltip text is shown.
- Hover the first additional info icon. Expected: its tooltip text matches.
- Hover the second additional info icon. Expected: its tooltip text matches.
Related¶
- Spec:
playwright/tests/integration/client.spec.ts(line 372)