Skip to content

145 — should check default calendar settings

Description

Verifies that on the team Users calendar all seven weekdays (Monday through Sunday) are visible by default across Week, Month, and Day views with no settings changes.

Preconditions

  • Signed-in tenant landed on the Users calendar (team view)
  • One time record seeded for every day of the current month
  • Calendar settings still at factory defaults

Steps

  1. Open the Week view. Expected: the day header strip shows Mon, Tue, Wed, Thu, Fri, Sat, Sun in order.
  2. Switch to the Month view. Expected: the month grid header shows all seven weekdays in the same Mon–Sun order.
  3. Switch to the Day view. Expected: the single-day view can be navigated through all seven weekdays without any day being hidden.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 1120)