272 — should create quick filter and delete one sorting¶
Description¶
Verifies that within the Quick filter creation modal a sort entry can be deleted individually, leaving the other sorts intact in the remaining order.
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. Expected: all three sorts are visible in the order [Task, Note, BillablePercent].
- Click the delete control on the Note sort entry. Expected: the sort list shrinks to 2 entries in the order [Task, BillablePercent].
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 1071)