Skip to content

118 — should check correct previous and next week

Description

Verifies on the personal Calendar Week view that Previous/Next/Current arrows shift the visible week by exactly one week 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 Week view.
  2. Click Previous. Expected: the datepicker shows the previous week (offset -1).
  3. Click Next twice. Expected: the datepicker now shows the next week (offset +1, one week ahead of today).
  4. Click Current. Expected: the datepicker returns to the current week (offset 0).
  • Spec: playwright/tests/integration/calendar.spec.ts (line 491)