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