Skip to content

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

  1. Create a first quick filter with a title. Expected: the quick filters list shows 1 item.
  2. Create a second quick filter with a different title. Expected: the quick filters list shows 2 items.
  3. 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.
  4. Click "Manage filters". Expected: the navigation returns to the quick-filters management list, which shows both items.
  • Spec: playwright/tests/integration/filters.spec.ts (line 1120)