Skip to content

Commit be54bcc

Browse files
committed
fix: Clean-up
1 parent 877e099 commit be54bcc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ export async function findForUrl(url: string, sessionStatePath?: string): Promis
88
const page = await context.newPage();
99
await page.goto(url);
1010

11-
console.log(page.url());
12-
await page.waitForURL("https://ui.githubapp.com/storybook/?path=/docs/introduction--docs");
13-
console.log(page.url());
14-
1511
let findings: Finding[] = [];
1612
try {
1713
const rawFindings = await new AxeBuilder({ page }).analyze();

0 commit comments

Comments
 (0)