247 — should filter Billable by is - false filter¶
Description¶
Verifies that the time-records Billable filter with the "Is" operator and the slider set to OFF keeps only non-billable records.
Preconditions¶
- Signed-in test tenant
- Six time records seeded; one is non-billable, five are billable
- Time Tracking Table view open showing all 6 records
Steps¶
- Confirm the grid starts with 6 time records. Expected: all six rows are visible.
- Open the Filters panel.
- Add a Billable filter row.
- Choose the "Is" operator.
- Toggle the Billable slider to OFF.
- Click Apply. Expected: the grid shows exactly 1 time record.
- Inspect the Project column. Expected: only the third seeded project (the non-billable record) is visible.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 432)