277 — should delete 100 quick filters¶
Description¶
Stress-tests bulk delete (currently skipped) — 100 quick filters are seeded, all selected at once, and moved to trash via the bulk-select toolbar; the management list must end empty.
Preconditions¶
- Signed-in test tenant
- 100 quick filters seeded via the API
- Quick filters management view open after page reload
Steps¶
- Scroll the management page from the centre to lazy-load the list. Expected: all 100 quick filters appear.
- Tick the first quick filter ("Filter 01") to enter selection mode.
- Click the "Select all" control. Expected: the selection toolbar reads 100 items selected.
- Click "Move to trash" on the selection toolbar. Expected: a bulk delete-confirmation modal appears.
- Confirm the move-to-trash modal. Expected: the "Moved to trash" toast appears and the quick filters list shrinks to 0 items.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 1197)