153 — should set to start week with tuesday¶
Description¶
Verifies on the team Users calendar that changing the "Week starts on" setting to Tuesday rearranges the Week view to begin with Tuesday.
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¶
- Open Calendar settings and set Week starts on to
Tuesday. - Click Save. Expected: the "Calendar updated" toast appears.
- Reload the page and open the Week view.
- Expected: the columns appear as
Tue, Wed, Thu, Fri, Sat, Sun, Mon.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 1225)