246 — should filter Billable by is - true filter¶
Description¶
Verifies that the time-records Billable filter with the "Is" operator and the slider set to ON keeps only billable records.
Preconditions¶
- Signed-in test tenant
- Six time records seeded; five are billable, one is non-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 ON.
- Click Apply. Expected: the grid shows exactly 5 time records.
- Inspect the Project column. Expected: all billable records (the first, second, fourth, fifth and sixth seeded projects) remain; the non-billable record is hidden.
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 415)