diff --git a/e2e/playwright/point-click.spec.ts b/e2e/playwright/point-click.spec.ts index 4407f7eb7..63452d4b0 100644 --- a/e2e/playwright/point-click.spec.ts +++ b/e2e/playwright/point-click.spec.ts @@ -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 }