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