122 — should check correct time record created 5 days ago with datepicker¶
Description¶
Verifies on the personal Calendar Day view that using the datepicker to jump 5 days back surfaces a time record seeded for that historical date, with the correct tooltip values, and that "This" returns to today.
Preconditions¶
- Signed-in tenant on the personal Calendar
- Standard seeded records on today
- A new 3-hour time record created via API dated exactly 5 days ago
Steps¶
- Switch to Day view, open the datepicker and set it to the historical date, then close it.
- Expected: the datepicker now reports a day offset of -5.
- Locate the historical event by its record id. Expected: its tooltip shows the correct seeded start time, end time and duration
03:00. - Open the datepicker again and click
This. Expected: the datepicker returns to today (offset 0).
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 576)