diff --git a/tests/playwright/pages/Dashboard/Calendar/CalendarWeekDateTime.ts b/tests/playwright/pages/Dashboard/Calendar/CalendarWeekDateTime.ts index 41566251aa..ee146186e7 100644 --- a/tests/playwright/pages/Dashboard/Calendar/CalendarWeekDateTime.ts +++ b/tests/playwright/pages/Dashboard/Calendar/CalendarWeekDateTime.ts @@ -51,8 +51,8 @@ export class CalendarWeekDateTimePage extends BasePage { await hour.click({ force: true, position: { - x: 1, - y: 0, + x: -1, + y: -1, }, }); }