pull/9228/head
Konstantinos Kaloutas 2023-04-27 16:27:38 +03:00
parent fa51575e1c
commit a5d3e71100
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()