mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: flaky e2e tests
This commit is contained in:
@@ -79,7 +79,7 @@ test('draw a rectangle', async ({ page }) => {
|
||||
|
||||
await page.keyboard.press('8')
|
||||
|
||||
await page.mouse.move(bounds.x, bounds.y);
|
||||
await page.mouse.move(bounds.x + 5, bounds.y + 5);
|
||||
await page.mouse.down();
|
||||
|
||||
await page.mouse.move(bounds.x + bounds.width / 2, bounds.y + bounds.height / 2);
|
||||
|
||||
Reference in New Issue
Block a user