Skip to content

245 — should filter Client by Is

Description

Verifies that the time-records grid Client filter with the "Is" operator narrows the list to the single record belonging to the picked client.

Preconditions

  • Signed-in test tenant
  • Six time records seeded across six different clients
  • Time Tracking Table view open showing all 6 records

Steps

  1. Confirm the grid starts with 6 time records. Expected: all six rows are visible.
  2. Open the Filters panel.
  3. Add a Client filter row.
  4. Choose the "Is" operator.
  5. Pick the third seeded client name.
  6. Click Apply. Expected: the grid shows exactly 1 time record.
  7. Inspect the Client column. Expected: the surviving row's Client column matches the picked name.
  • Spec: playwright/tests/integration/filters.spec.ts (line 401)