Skip to content

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

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