Skip to content

271 — should create quick filter and drag sorting order

Description

Verifies that within the Quick filter creation modal the order of sort entries can be changed by dragging — the dragged sort jumps to the new position in the list.

Preconditions

  • Signed-in test tenant
  • Quick filters management view open

Steps

  1. Click "Add quick filter".
  2. Add three sort entries: Task descending, Note ascending, BillablePercent ascending.
  3. Inspect each sort's direction and position. Expected: the directions match what was set and the order is [Task, Note, BillablePercent].
  4. Drag the BillablePercent sort handle upward by roughly one row. Expected: the sort order becomes [Task, BillablePercent, Note].
  • Spec: playwright/tests/integration/filters.spec.ts (line 1043)