626 — should pick custom range in -5 month¶
Description¶
Verifies that the Custom date-range filter can target a historical month (5 months ago) and limit the table to the seeded records between day 10 and day 12 of that month.
Preconditions¶
- Signed in to a seeded test organization.
- Time Records page open in the Table view.
- One record per day seeded for −5, −1, 0, and +3 months.
Steps¶
- Open the date filter and choose Custom mode.
- Click From and pick day 10 in the month 5 months ago.
- Click To and pick day 12 in the same historical month.
- Click outside to close the picker.
- Expected: the filter chip shows the historical "day 10 – day 12" range.
- Expected: the table shows exactly the records whose dates fall within that range.
Related¶
- Spec:
playwright/tests/integration/timerecord.spec.ts(line 1018)