Skip to content

Commit cdd2400

Browse files
committed
TESTING
1 parent 020148e commit cdd2400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/utils/puppeteer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export async function executeBrowserTest(options: BrowserTestOptions = {}) {
6767
return doc.querySelector(selector)?.textContent?.includes(text);
6868
},
6969
{ timeout: 10000 }, // Max 10 seconds wait time
70-
'h1',
70+
'h2',
7171
expectedText,
7272
);
7373
}

0 commit comments

Comments
 (0)