fix: adding wait for execution done

This commit is contained in:
Kevin Nadro
2025-02-06 08:47:21 -06:00
parent 49ba5d31c7
commit 1248623922

View File

@ -424,6 +424,7 @@ test.describe('verify sketch on chamfer works', () => {
}, file)
await page.setBodyDimensions({ width: 1000, height: 500 })
await homePage.goToModelingScene()
await scene.waitForExecutionDone()
const sketchOnAChamfer = _sketchOnAChamfer(page, editor, toolbar, scene)