Add delay after mouse command editing rect

This commit is contained in:
Jace Browning
2025-06-30 18:20:15 -04:00
parent a85a534d6b
commit c4c16287da

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 rectHandle()
await page.mouse.down()
await page.waitForTimeout(200)
await rectDragTo()
await page.mouse.up()
await page.waitForTimeout(200)