Skip to content

262 — should reset filters

Description

Verifies that the "Reset filters" button inside the Filters panel removes every staged filter row and sort entry in one click.

Preconditions

  • Signed-in test tenant
  • Five seeded time records (Private 01–05)
  • Time Tracking Table view open

Steps

  1. Open the Filters panel.
  2. Add Project "IsSet", add Billable "Is" with slider ON, add Sort by Note ascending. Expected: the panel shows 2 filter rows and 1 sort entry.
  3. Click "Reset filters". Expected: the panel shows 0 filter rows and 0 sort entries.
  • Spec: playwright/tests/integration/filters.spec.ts (line 875)