099 — should check default calendar settings without monday¶
Description¶
Verifies on the personal Calendar that unchecking Monday in calendar settings removes Monday from the 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 from the calendar toolbar
Steps¶
- Open Calendar settings and set Visible days to
Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday(Monday unchecked). - Click Save. Expected: the "Calendar updated" confirmation toast appears.
- Open the Week view. Expected: the header strip shows
Tue, Wed, Thu, Fri, Sat, Sunonly — no Monday column. - Switch to the Month view. Expected: the month grid header lists
Tue, Wed, Thu, Fri, Sat, Sunonly. - Switch to the Day view. Expected: only the six visible weekdays are navigable; Monday is skipped.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 103)