Skip to content

Commit 14de6e3

Browse files
committed
Add case
1 parent 48bfc7d commit 14de6e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ export async function waitForFontsReady(page: Page): Promise<void> {
2626
* Falls back to waitForLoadState('load') when JavaScript is disabled.
2727
*/
2828
export async function waitForStyleSettle(page: Page): Promise<void> {
29-
await page.waitForTimeout(10)
29+
await page.waitForTimeout(100)
3030
}

0 commit comments

Comments
 (0)