From 6887bdb55e7369dc3d55df8bd68b971ad9d49076 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Tue, 20 Feb 2024 07:16:23 +0000 Subject: [PATCH] test: fix clicking on record --- .../pages/Dashboard/Calendar/CalendarWeekDateTime.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, }); }