234 — should filter BillablePercent by LessThanOrEqual¶
Description¶
Verifies that the time-records Billable % filter with the "LessThanOrEqual" operator includes records exactly at the boundary value as well as anything below it.
Preconditions¶
- Signed-in test tenant
- Six time records seeded with varying billable percentages (one record exactly at 20%)
- Time Tracking Table view open
Steps¶
- Confirm the grid starts with 6 time records. Expected: all six rows are visible.
- Open the Filters panel.
- Add a Billable Percent filter row.
- Choose the "LessThanOrEqual" operator.
- Type "20" into the value input.
- Click Apply. Expected: the grid shows exactly 3 time records.
- Inspect the Project column. Expected: the first, second and third seeded projects remain (the boundary record at 20% is now included).
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 182)