Browse Source

test: fix clicking on record

pull/7611/head
DarkPhoenix2704 5 months ago
parent
commit
6887bdb55e
  1. 4
      tests/playwright/pages/Dashboard/Calendar/CalendarWeekDateTime.ts

4
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,
},
});
}

Loading…
Cancel
Save