Skip to content

237 — should filterby default Show archived only in view filter

Description

Verifies the "Show archived" predefined quick filter on the Projects table — when switched to the "Show archived only" value it shows just the archived projects and hides active ones.

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

Steps

  1. Confirm the Projects grid initially shows 5 projects (archived hidden). Expected: 5 rows.
  2. Open the Filters panel.
  3. Click the predefined "Show archived" quick filter button.
  4. Inspect the Archived state filter row. Expected: operator is "Is".
  5. Change the value of the Archived state filter to "Show archived only in view".
  6. Inspect the value again. Expected: the field reads "Show archived only in view".
  7. Click Apply. Expected: the Projects grid now shows only 1 project (the archived one).
  • Spec: playwright/tests/integration/filters.spec.ts (line 227)