228 — should filter Project by IsNot¶
Description¶
Verifies that the time-records grid Project filter with the "IsNot" operator excludes records of the picked project and keeps everything else.
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 "IsNot" operator.
- Pick the third seeded project's title.
- Click Apply. Expected: the grid now shows the remaining 5 time records (every project except the excluded one).
- Read the Project column on each row. Expected: the five surviving projects are the first, second, fourth, fifth and sixth seeded project titles.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 93)