Skip to content

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

  1. Click "Add quick filter" and fill in the title and a description.
  2. Attach all three seeded labels.
  3. Add three sort entries: Task descending, Note ascending, BillablePercent ascending.
  4. Click "Create". Expected: the quick filters list now shows 1 quick filter, with the title and all three labels chips displayed on the card.
  5. 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.
  • Spec: playwright/tests/integration/filters.spec.ts (line 1007)