Skip to content

232 — should filter BillablePercent by GreaterThanOrEqual

Description

Verifies that the time-records Billable % filter with the "GreaterThanOrEqual" operator includes records whose billable percent is at the boundary value as well as anything above it.

Preconditions

  • Signed-in test tenant
  • Six time records seeded with varying billable percentages (one record exactly at 20%, others above and below)
  • 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 "GreaterThanOrEqual" operator.
  5. Type "20" into the value input.
  6. Click Apply. Expected: the grid shows exactly 4 time records.
  7. Inspect the Project column. Expected: the second, fourth, fifth and sixth seeded projects are visible (the boundary record at 20% is now included).
  • Spec: playwright/tests/integration/filters.spec.ts (line 152)