Compare commits

...

1 Commits

Author SHA1 Message Date
c4c16287da Add delay after mouse command editing rect 2025-07-01 16:35:39 -04:00

View File

@ -2424,6 +2424,7 @@ profile004 = circleThreePoint(sketch001, p1 = [13.44, -6.8], p2 = [13.39, -2.07]
await test.step('edit existing rect', async () => { await test.step('edit existing rect', async () => {
await rectHandle() await rectHandle()
await page.mouse.down() await page.mouse.down()
await page.waitForTimeout(200)
await rectDragTo() await rectDragTo()
await page.mouse.up() await page.mouse.up()
await page.waitForTimeout(200) await page.waitForTimeout(200)