diff --git a/core/src/utils/test/playwright/page/utils/set-content.ts b/core/src/utils/test/playwright/page/utils/set-content.ts index 6bad36c4bf..aaa905cf47 100644 --- a/core/src/utils/test/playwright/page/utils/set-content.ts +++ b/core/src/utils/test/playwright/page/utils/set-content.ts @@ -61,6 +61,4 @@ export const setContent = async (page: Page, html: string, testInfo: TestInfo) = await page.goto(`${baseUrl}#`); } - - await page.waitForFunction(() => (window as any).testAppLoaded === true, { timeout: 4750 }); };