Skip to content

117 — should check correct previous and next month

Description

Verifies on the personal Calendar Month view that the Previous/Next/Current arrows shift the date pill by exactly one month 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 Month view.
  2. Click Previous. Expected: the datepicker shows the previous month (offset -1).
  3. Click Next. Expected: the datepicker is back on the current month (offset 0).
  4. Click Next again. Expected: the datepicker shows the next month (offset +1).
  5. Click Current. Expected: the datepicker returns to the current month (offset 0).
  • Spec: playwright/tests/integration/calendar.spec.ts (line 476)