fix: updating wait for execution

This commit is contained in:
Kevin Nadro
2025-02-06 11:32:10 -06:00
parent bb51c8d269
commit 21e710ee41

View File

@ -1952,6 +1952,7 @@ extrude001 = extrude(sketch001, length = 40)
}, initialCode)
await page.setBodyDimensions({ width: 1000, height: 500 })
await homePage.goToModelingScene()
await scene.waitForExecutionDone()
// One dumb hardcoded screen pixel value
const testPoint = { x: 580, y: 180 }