Skip to content

146 — should check default calendar settings without monday

Description

Verifies on the team Users calendar that unchecking Monday in calendar settings removes Monday from Week, Month, and Day views.

Preconditions

  • Signed-in tenant on the Users calendar (team view)
  • Time records seeded for every day of the current month
  • Calendar settings dialog reachable

Steps

  1. Open Calendar settings and set Visible days to Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.
  2. Click Save. Expected: the "Calendar updated" toast appears.
  3. Open the Week view. Expected: the header strip shows Tue, Wed, Thu, Fri, Sat, Sun only.
  4. Switch to the Month view. Expected: the month grid header lists Tue, Wed, Thu, Fri, Sat, Sun only.
  5. Switch to the Day view. Expected: only the six visible weekdays are navigable; Monday is skipped.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 1130)