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¶
- Open the Filters panel.
- 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.
- Click "Reset filters". Expected: the panel shows 0 filter rows and 0 sort entries.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 875)