pull/9269/head
Konstantinos Kaloutas 2023-04-27 16:27:38 +03:00 committed by Gabriel Horner
parent 24bf928bed
commit a599e64fd8
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ test('draw a rectangle', async ({ page }) => {
const bounds = (await canvas.boundingBox())!
await page.keyboard.press('r')
await page.waitForTimeout(100)
await page.mouse.move(bounds.x + 5, bounds.y + 5)
await page.mouse.down()