Skip to content

236 — should filterby default Include archived to view filter

Description

Verifies the "Show archived" predefined quick filter on the Projects table — applied with its default option, archived projects are merged into the visible list.

Preconditions

  • Signed-in test tenant
  • Six seeded projects in total, one of them archived via the API just before the steps
  • Projects view open in "All projects" mode (archived hidden by default)

Steps

  1. Confirm the Projects grid initially shows 5 projects (the archived one is hidden). Expected: 5 rows.
  2. Open the Filters panel.
  3. Click the predefined "Show archived" quick filter button.
  4. Inspect the loaded Archived state filter row. Expected: operator is "Is" and the value reads "Include archived to view".
  5. Click Apply. Expected: the Projects grid now shows all 6 projects (the archived project appears alongside the active ones).
  • Spec: playwright/tests/integration/filters.spec.ts (line 211)