250 — should filter Task by Is¶
Description¶
Verifies that the time-records grid Task filter with the "Is" operator narrows the list to the single record linked to the picked task.
Preconditions¶
- Signed-in test tenant
- Six time records seeded across six different tasks
- 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 Task filter row.
- Choose the "Is" operator.
- Pick the third seeded task's title.
- Click Apply. Expected: the grid shows exactly 1 time record.
- Inspect the Task column. Expected: the surviving row's Task column matches the picked task name.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 475)