105 — should set to start week with wednesday¶
Description¶
Verifies on the personal Calendar that changing the "Week starts on" setting to Wednesday rearranges the Week view to begin with Wednesday.
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 Week starts on to
Wednesday. - Click Save. Expected: the "Calendar updated" confirmation toast appears.
- Reload the page and open the Week view.
- Inspect the week's column order. Expected: the columns appear as
Wed, Thu, Fri, Sat, Sun, Mon, Tue.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 188)