Skip to content

Commit 2dad262

Browse files
committed
Increase fixtures timeout for the shadow root
1 parent ded191f commit 2dad262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples-v2/extension-fixtures.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export async function getShadowRootElement(
8787
innerSelector: string
8888
): Promise<ElementHandle<HTMLElement> | null> {
8989
// Wait for shadow host to be present first
90-
await page.waitForSelector(shadowHostSelector, { timeout: 5000 })
90+
await page.waitForSelector(shadowHostSelector, { timeout: 15000 })
9191

9292
// Get the shadow host element
9393
const shadowHost = await page.$(shadowHostSelector)

0 commit comments

Comments
 (0)