098 — should check default calendar settings¶
Description¶
Verifies that on the personal 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 personal Calendar page
- One time record seeded for every day of the current month (so events can render in each view)
- Calendar settings still at factory defaults (all weekdays visible)
Steps¶
- Open the Week view. Expected: the day header strip shows
Mon, Tue, Wed, Thu, Fri, Sat, Sunin order. - Switch to the Month view. Expected: the month grid header shows all seven weekdays in the same Mon–Sun order.
- Switch to the Day view. Expected: the single-day view can be navigated through all seven weekdays (Mon–Sun) without any day being hidden.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 93)