274 — should create two quick filters and check them in time records¶
Description¶
Verifies that quick filters created from the Quick filters management view appear as quick-filter buttons inside the Filters panel of the Time Tracking Table, and also that "Manage filters" navigates back to a view that lists both.
Preconditions¶
- Signed-in test tenant
- Quick filters management view open
Steps¶
- Create a first quick filter with a title. Expected: the quick filters list shows 1 item.
- Create a second quick filter with a different title. Expected: the quick filters list shows 2 items.
- Switch to the Time Tracking Table and open the Filters panel. Expected: the panel shows 2 quick-filter buttons, one per saved quick filter, each labelled with the corresponding title.
- Click "Manage filters". Expected: the navigation returns to the quick-filters management list, which shows both items.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 1120)