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