233 — should filter BillablePercent by LessThan¶
Description¶
Verifies that the time-records Billable % filter with the "LessThan" numeric operator returns only records whose billable percent is strictly below the chosen number.
Preconditions¶
- Signed-in test tenant
- Six time records seeded with varying billable percentages
- 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 "LessThan" operator.
- Type "20" into the value input.
- Click Apply. Expected: the grid shows exactly 2 time records.
- Inspect the Project column. Expected: only the first and third seeded projects remain (their billable % is below 20).
Related¶
- Spec:
playwright/tests/integration/filters.spec.ts(line 168)