240 — should filter projects by Due Date is¶
Description¶
Verifies that the Projects table Due Date filter with the "Is" operator returns exactly the projects whose due date equals the picked date.
Preconditions¶
- Signed-in test tenant
- Six seeded projects (all sharing the default due date of today+7), with the third project's due date moved via the API to today+10 so the "Is" filter has exactly one match
- Projects view open in "All projects" mode showing 6 projects
Steps¶
- Open the Filters panel.
- Add a Due Date filter row.
- Choose the "Is" operator.
- Pick today+10 in the date input.
- Click Apply. Expected: the Projects grid shows exactly 1 project.
- Inspect the project name. Expected: the visible row is the third seeded project (the one whose due date was changed to today+10).
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 298)