We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bfc7d commit 14de6e3Copy full SHA for 14de6e3
1 file changed
e2e/helpers.ts
@@ -26,5 +26,5 @@ export async function waitForFontsReady(page: Page): Promise<void> {
26
* Falls back to waitForLoadState('load') when JavaScript is disabled.
27
*/
28
export async function waitForStyleSettle(page: Page): Promise<void> {
29
- await page.waitForTimeout(10)
+ await page.waitForTimeout(100)
30
}
0 commit comments