Skip to content

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

  1. Confirm the grid starts with 6 time records. Expected: all six rows are visible.
  2. Open the Filters panel.
  3. Add a Billable filter row.
  4. Choose the "Is" operator.
  5. Toggle the Billable slider to OFF.
  6. Click Apply. Expected: the grid shows exactly 1 time record.
  7. Inspect the Project column. Expected: only the third seeded project (the non-billable record) is visible.
  • Spec: playwright/tests/integration/filters.spec.ts (line 432)