270 — should create quick filter and check data¶
Description¶
Verifies the Quick filter creation flow end to end — title, description, labels, and three sort entries with directions and positions are all stored and visible after saving.
Preconditions¶
- Signed-in test tenant
- Three labels seeded for the tenant
- Quick filters management view open
Steps¶
- Click "Add quick filter" and fill in the title and a description.
- Attach all three seeded labels.
- Add three sort entries: Task descending, Note ascending, BillablePercent ascending.
- Click "Create". Expected: the quick filters list now shows 1 quick filter, with the title and all three labels chips displayed on the card.
- Open the newly created quick filter. Expected: the description matches what was entered; the Task sort is Desc, the Note sort is Asc, the BillablePercent sort is Asc; there are 3 sort entries in the order [Task, Note, BillablePercent]; and the three labels are listed on the closed labels chip.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 1007)