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¶
- Click "Add quick filter".
- Add three sort entries: Task descending, Note ascending, BillablePercent ascending.
- Inspect each sort's direction and position. Expected: the directions match what was set and the order is [Task, Note, BillablePercent].
- Drag the BillablePercent sort handle upward by roughly one row. Expected: the sort order becomes [Task, BillablePercent, Note].
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 1043)