Browse Source

test: fix clicking on record

pull/7611/head
DarkPhoenix2704 8 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({ await hour.click({
force: true, force: true,
position: { position: {
x: 1, x: -1,
y: 0, y: -1,
}, },
}); });
} }

Loading…
Cancel
Save