Skip to content

119 — should check correct previous and next day

Description

Verifies on the personal Calendar Day view that Previous/Next/Current arrows shift the visible day by exactly one day at a time.

Preconditions

  • Signed-in tenant on the personal Calendar
  • Three time records seeded for today (mutableData1/2/3)

Steps

  1. Click Current, then switch to Day view.
  2. Click Previous. Expected: the datepicker shows yesterday (offset -1).
  3. Click Next twice. Expected: the datepicker now shows tomorrow (offset +1).
  4. Click Current. Expected: the datepicker returns to today (offset 0).
  • Spec: playwright/tests/integration/calendar.spec.ts (line 505)