diff --git a/e2e/playwright/desktop-export.spec.ts b/e2e/playwright/desktop-export.spec.ts index f491d5d6a00..6aa34876ec7 100644 --- a/e2e/playwright/desktop-export.spec.ts +++ b/e2e/playwright/desktop-export.spec.ts @@ -47,11 +47,7 @@ test( const exportButton = page.getByTestId('export-pane-button') await expect(exportButton).toBeVisible() - // Wait for the model to finish loading - const modelStateIndicator = page.getByTestId( - 'model-state-indicator-execution-done' - ) - await expect(modelStateIndicator).toBeVisible({ timeout: 60000 }) + await scene.waitForExecutionDone() const gltfOption = page.getByText('glTF') const submitButton = page.getByText('Confirm Export')