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