Skip to content

235 — should filter BillablePercent by Between

Description

Verifies that the time-records Billable % filter with the "Between" operator returns only records whose billable percent falls inside the chosen lower–upper range.

Preconditions

  • Signed-in test tenant
  • Six time records seeded with varying billable percentages
  • Time Tracking Table view open

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 Percent filter row.
  4. Choose the "Between" operator.
  5. Type "11" into the lower bound and "49" into the upper bound.
  6. Click Apply. Expected: the grid shows exactly 2 time records.
  7. Inspect the Project column. Expected: only the second and fourth seeded projects remain (their billable % falls inside 11–49).
  • Spec: playwright/tests/integration/filters.spec.ts (line 197)