275 — should create quick filter and then use it in time records table¶
Description¶
Verifies that a quick filter with three sort entries created in the Quick filter management view can be invoked from the Time Tracking Table and reproduces the same sort directions and order inside the live Filters panel.
Preconditions¶
- Signed-in test tenant
- Quick filters management view open
Steps¶
- Click "Add quick filter" and enter a title.
- Add three sort entries: Task descending, Note ascending, BillablePercent ascending. Expected: each sort shows the chosen direction, and the order is [Task, Note, BillablePercent].
- Click "Create". Expected: the quick filters list shows 1 item.
- Switch to the Time Tracking Table and open the Filters panel. Expected: the panel shows 1 quick-filter button bearing the saved title.
- Click the quick-filter button. Expected: the panel's sort list shows the same three sorts in the same order with the matching directions (Task Desc, Note Asc, BillablePercent Asc), and the sort count is 3.
- Click Apply. Expected: 3 filter chips are active on the table toolbar (one per sort).
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 1145)