We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded191f commit 2dad262Copy full SHA for 2dad262
examples-v2/extension-fixtures.ts
@@ -87,7 +87,7 @@ export async function getShadowRootElement(
87
innerSelector: string
88
): Promise<ElementHandle<HTMLElement> | null> {
89
// Wait for shadow host to be present first
90
- await page.waitForSelector(shadowHostSelector, { timeout: 5000 })
+ await page.waitForSelector(shadowHostSelector, { timeout: 15000 })
91
92
// Get the shadow host element
93
const shadowHost = await page.$(shadowHostSelector)
0 commit comments