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 020148e commit cdd2400Copy full SHA for cdd2400
tests/e2e/utils/puppeteer.ts
@@ -67,7 +67,7 @@ export async function executeBrowserTest(options: BrowserTestOptions = {}) {
67
return doc.querySelector(selector)?.textContent?.includes(text);
68
},
69
{ timeout: 10000 }, // Max 10 seconds wait time
70
- 'h1',
+ 'h2',
71
expectedText,
72
);
73
}
0 commit comments