Skip to content

Commit 4dd03c7

Browse files
committed
Removes page.waitForLoadState
1 parent 4f3fa07 commit 4dd03c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/actions/find/src/findForUrl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export async function findForUrl(
2626
const context = await browser.newContext(contextOptions);
2727
const page = await context.newPage();
2828
await page.goto(url);
29-
await page.waitForLoadState("domcontentloaded");
3029
console.log(`Scanning ${page.url()}`);
3130

3231
let findings: Finding[] = [];

0 commit comments

Comments
 (0)