mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(playwright): remove redundant wait (#26038)
This commit is contained in:
@@ -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 });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user