Skip to content

106 — should set to start week with tuesday

Description

Verifies on the personal Calendar that changing the "Week starts on" setting to Tuesday rearranges the Week view to begin with Tuesday.

Preconditions

  • Signed-in tenant on the personal Calendar
  • Time records seeded for every day of the current month
  • Calendar settings dialog reachable

Steps

  1. Open Calendar settings and set Week starts on to Tuesday.
  2. Click Save. Expected: the "Calendar updated" confirmation toast appears.
  3. Reload the page and open the Week view.
  4. Inspect the week's column order. Expected: the columns appear as Tue, Wed, Thu, Fri, Sat, Sun, Mon.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 198)