Skip to content

227 — should filter Project by Is

Description

Verifies that the time-records grid Project filter with the "Is" operator narrows the list to records belonging only to the chosen project.

Preconditions

  • Signed-in test tenant
  • Six time records seeded across multiple projects, clients and tasks
  • Time Tracking Table view open with all six records visible

Steps

  1. Open the Filters panel.
  2. Add a Project filter row.
  3. Choose the "Is" operator.
  4. Pick the third seeded project's title from the project picker.
  5. Click Apply. Expected: the grid shows exactly 1 time record.
  6. Inspect the Project column. Expected: the visible row's Project column shows the picked project name.
  • Spec: playwright/tests/integration/filters.spec.ts (line 80)