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