Bump @axe-core/playwright from 4.9.1 to 4.10.1 #160
Annotations
3 errors and 2 notices
vulnerability-scan
Error: Need to provide at least one botToken or webhookUrl
|
vulnerability-scan
Path does not exist: trivy-results.sarif
|
[chromium] › example.spec.ts:5:3 › index › should not have any automatically detectable accessibility issues:
test/a11y/example.spec.ts#L11
1) [chromium] › example.spec.ts:5:3 › index › should not have any automatically detectable accessibility issues
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('h1:has-text(\'Wie viele Menschen?\')')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('h1:has-text(\'Wie viele Menschen?\')')
9 | await expect(
10 | page.locator("h1:has-text('Wie viele Menschen?')"),
> 11 | ).toBeVisible();
| ^
12 |
13 | const accessibilityScanResults = await new AxeBuilder({ page }).analyze();
14 |
at /home/runner/work/wie-viele-menschen/wie-viele-menschen/test/a11y/example.spec.ts:11:7
|
🎭 Playwright Run Summary
6 passed (17.8s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › example.spec.ts:5:3 › index › should not have any automatically detectable accessibility issues
|