Skip to content

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

  1. Click Add client, expand the Billing details section, then expand Client information.
  2. Hover the Type of need info icon. Expected: the matching tooltip text is shown.
  3. Hover the Type of ownership info icon. Expected: the matching tooltip text is shown.
  4. Hover the Start date info icon. Expected: the matching tooltip text is shown.
  5. Hover the first additional info icon. Expected: its tooltip text matches.
  6. Hover the second additional info icon. Expected: its tooltip text matches.
  • Spec: playwright/tests/integration/client.spec.ts (line 372)