Skip to content

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

  1. Open the Filters panel.
  2. Add a Due Date filter row.
  3. Choose the "GreaterThan" operator.
  4. Pick today+10 in the date input.
  5. Click Apply. Expected: the Projects grid shows exactly 1 project.
  6. Inspect the project name. Expected: the visible row is the third seeded project (the only one with a due date beyond today+10).
  • Spec: playwright/tests/integration/filters.spec.ts (line 339)