Skip to content

229 — should filter Project by Is (multi-select)

Description

Verifies that the time-records grid Project filter with the "Is" operator accepts multiple projects at once and shows records belonging to any of them.

Preconditions

  • Signed-in test tenant
  • Six time records seeded across six different projects
  • Time Tracking Table view open

Steps

  1. Open the Filters panel.
  2. Add a Project filter row.
  3. Choose the "Is" operator.
  4. Pick two project titles (the third and fifth seeded project) in the multi-select.
  5. Click Apply. Expected: the grid shows exactly 2 time records.
  6. Inspect the Project column. Expected: the visible rows are the two selected projects, with no other projects appearing.
  • Spec: playwright/tests/integration/filters.spec.ts (line 110)