diff --git a/e2e/playwright/prompt-to-edit.spec.ts b/e2e/playwright/prompt-to-edit.spec.ts index aaf5bbefc..5b2f17f77 100644 --- a/e2e/playwright/prompt-to-edit.spec.ts +++ b/e2e/playwright/prompt-to-edit.spec.ts @@ -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 }