Skip to content

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

  1. Click "Add quick filter".
  2. Add three sort entries: Task descending, Note ascending, BillablePercent ascending. Expected: all three sorts are visible in the order [Task, Note, BillablePercent].
  3. Click the delete control on the Note sort entry. Expected: the sort list shrinks to 2 entries in the order [Task, BillablePercent].
  • Spec: playwright/tests/integration/filters.spec.ts (line 1071)