Skip to content

100 — should check default calendar settings without monday, tuesday and friday

Description

Verifies on the personal Calendar that hiding three weekdays (Monday, Tuesday, Friday) in settings consistently removes them from Week, Month, and Day views.

Preconditions

  • Signed-in tenant on the personal Calendar
  • Time records seeded for every day of the current month
  • Calendar settings dialog reachable

Steps

  1. Open Calendar settings and set Visible days to Wednesday, Thursday, Saturday, Sunday (Mon, Tue, Fri unchecked).
  2. Click Save. Expected: the "Calendar updated" confirmation toast appears.
  3. Open the Week view. Expected: the header strip shows Wed, Thu, Sat, Sun only.
  4. Switch to the Month view. Expected: the month grid header lists Wed, Thu, Sat, Sun only.
  5. Switch to the Day view. Expected: only Wed, Thu, Sat and Sun are reachable when navigating day-by-day.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 116)