fix: wait for execution done

This commit is contained in:
Kevin Nadro
2025-02-06 11:36:48 -06:00
parent 21e710ee41
commit 55a302bd75

View File

@ -59,6 +59,7 @@ test.describe('Check the happy path, for basic changing color', () => {
localStorage.setItem('persistCode', file)
}, file)
await homePage.goToModelingScene()
await scene.waitForExecutionDone()
const body1CapCoords = { x: 571, y: 351 }
const greenCheckCoords = { x: 565, y: 345 }