pull/9269/head
Konstantinos Kaloutas 2023-04-27 17:43:39 +03:00 committed by Gabriel Horner
parent 14bf84dc30
commit 7fc5157f30
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ test('draw a rectangle', async ({ page }) => {
const canvas = await page.waitForSelector('.logseq-tldraw')
const bounds = (await canvas.boundingBox())!
await page.keyboard.press('r')
await page.keyboard.press('r', { delay: 50 })
await page.mouse.move(bounds.x + 5, bounds.y + 5)
await page.mouse.down()