fix: adding execution done wait

This commit is contained in:
Kevin Nadro
2025-02-06 08:50:48 -06:00
parent 1248623922
commit e9ca2469c5

View File

@ -885,6 +885,7 @@ loft001 = loft([sketch001, sketch002])
}, initialCode)
await page.setBodyDimensions({ width: 1000, height: 500 })
await homePage.goToModelingScene()
await scene.waitForExecutionDone()
// One dumb hardcoded screen pixel value
const testPoint = { x: 575, y: 200 }