We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877e099 commit be54bccCopy full SHA for be54bcc
1 file changed
.github/actions/find/src/findForUrl.ts
@@ -8,10 +8,6 @@ export async function findForUrl(url: string, sessionStatePath?: string): Promis
8
const page = await context.newPage();
9
await page.goto(url);
10
11
- console.log(page.url());
12
- await page.waitForURL("https://ui.githubapp.com/storybook/?path=/docs/introduction--docs");
13
14
-
15
let findings: Finding[] = [];
16
try {
17
const rawFindings = await new AxeBuilder({ page }).analyze();
0 commit comments