Add delay after mouse command editing rect
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user