242 — should filter projects by Due Date greater than today+10¶
Description¶
Verifies that the Projects table Due Date filter with the "GreaterThan" operator returns only projects whose due date falls strictly after the picked date.
Preconditions¶
- Signed-in test tenant
- Six seeded projects (default due date today+7), with the third project's due date pushed out to today+14
- Projects view open in "All projects" mode showing 6 projects
Steps¶
- Open the Filters panel.
- Add a Due Date filter row.
- Choose the "GreaterThan" 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 only one with a due date beyond today+10).
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 339)