Skip to content

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

  1. Scroll the management page from the centre to lazy-load the list. Expected: all 100 quick filters appear.
  2. Tick the first quick filter ("Filter 01") to enter selection mode.
  3. Click the "Select all" control. Expected: the selection toolbar reads 100 items selected.
  4. Click "Move to trash" on the selection toolbar. Expected: a bulk delete-confirmation modal appears.
  5. Confirm the move-to-trash modal. Expected: the "Moved to trash" toast appears and the quick filters list shrinks to 0 items.
  • Spec: playwright/tests/integration/filters.spec.ts (line 1197)