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¶
- Open the Filters panel.
- Add a Project filter row.
- Choose the "Is" operator.
- Pick the third seeded project's title from the project picker.
- Click Apply. Expected: the grid shows exactly 1 time record.
- Inspect the Project column. Expected: the visible row's Project column shows the picked project name.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 80)