545 — should pick custom range in current month¶
Description¶
Verifies that the Custom date-range filter accepts a from/to pair inside the current month (day 4 to day 8) and the table shows only the records whose dates fall within that range.
Preconditions¶
- Signed in to a seeded test organization.
- Time Records page open in the Table view.
- One record per day seeded for the current month plus offsets −1, −5, +3.
Steps¶
- Open the date filter and choose Custom mode.
- Click the From input and pick day 4 of the current month.
- Click the To input and pick day 8 of the current month.
- Click outside to close the picker.
- Expected: the filter chip shows "day 4 – day 8" (current month, short format).
- Expected: the table shows exactly the records whose dates fall on days 4 through 8.
Related¶
- Spec:
playwright/tests/integration/timerecord.spec.ts(line 1018)