Skip to content

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

  1. Open the date filter and choose Custom mode.
  2. Click From and pick day 10 in the month 5 months ago.
  3. Click To and pick day 12 in the same historical month.
  4. Click outside to close the picker.
  5. Expected: the filter chip shows the historical "day 10 – day 12" range.
  6. Expected: the table shows exactly the records whose dates fall within that range.
  • Spec: playwright/tests/integration/timerecord.spec.ts (line 1018)