chore(deps): Bump @axe-core/playwright from 4.10.2 to 4.11.0 in /.github/actions/find #75
Annotations
2 errors
|
Test (sites/site-with-errors)
Process completed with exit code 1.
|
|
tests/site-with-errors.test.ts > site-with-errors > cache has expected results:
tests/site-with-errors.test.ts#L85
AssertionError: expected [ { scannerType: 'axe', …(6) }, …(5) ] to deeply equal ArrayContaining{…}
- Expected
+ Received
@@ -1,56 +1,56 @@
- ArrayContaining [
+ [
{
"html": "<span class=\"post-meta\">Jul 30, 2025</span>",
"problemShort": "elements must meet minimum color contrast ratio thresholds",
- "problemUrl": "https://dequeuniversity.com/rules/axe/4.10/color-contrast?application=playwright",
+ "problemUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
"ruleId": "color-contrast",
"scannerType": "axe",
"solutionShort": "ensure the contrast between foreground and background colors meets wcag 2 aa minimum contrast ratio thresholds",
"url": "http://127.0.0.1:4000/",
},
{
"html": "<html lang=\"en\">",
"problemShort": "page should contain a level-one heading",
- "problemUrl": "https://dequeuniversity.com/rules/axe/4.10/page-has-heading-one?application=playwright",
+ "problemUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
"ruleId": "page-has-heading-one",
"scannerType": "axe",
"solutionShort": "ensure that the page, or at least one of its frames contains a level-one heading",
"url": "http://127.0.0.1:4000/",
},
{
"html": "<time class=\"dt-published\" datetime=\"2025-07-30T17:32:33+00:00\" itemprop=\"datePublished\">Jul 30, 2025
</time>",
"problemShort": "elements must meet minimum color contrast ratio thresholds",
- "problemUrl": "https://dequeuniversity.com/rules/axe/4.10/color-contrast?application=playwright",
+ "problemUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
"ruleId": "color-contrast",
"scannerType": "axe",
"solutionShort": "ensure the contrast between foreground and background colors meets wcag 2 aa minimum contrast ratio thresholds",
"url": "http://127.0.0.1:4000/jekyll/update/2025/07/30/welcome-to-jekyll.html",
},
{
"html": "<a href=\"https://jekyllrb.com/\">jekyllrb.com</a>",
"problemShort": "elements must meet minimum color contrast ratio thresholds",
- "problemUrl": "https://dequeuniversity.com/rules/axe/4.10/color-contrast?application=playwright",
+ "problemUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
"ruleId": "color-contrast",
"scannerType": "axe",
"solutionShort": "ensure the contrast between foreground and background colors meets wcag 2 aa minimum contrast ratio thresholds",
"url": "http://127.0.0.1:4000/about/",
},
{
"html": "<li class=\"p-name\">Accessibility Scanner Demo</li>",
"problemShort": "elements must meet minimum color contrast ratio thresholds",
- "problemUrl": "https://dequeuniversity.com/rules/axe/4.10/color-contrast?application=playwright",
+ "problemUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
"ruleId": "color-contrast",
"scannerType": "axe",
"solutionShort": "ensure the contrast between foreground and background colors meets wcag 2 aa minimum contrast ratio thresholds",
"url": "http://127.0.0.1:4000/404.html",
},
{
"html": "<h1 class=\"post-title\"></h1>",
"problemShort": "headings should not be empty",
- "problemUrl": "https://dequeuniversity.com/rules/axe/4.10/empty-heading?application=playwright",
+ "problemUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
"ruleId": "empty-heading",
"scannerType": "axe",
"solutionShort": "ensure headings have discernible text",
"url": "http://127.0.0.1:4000/404.html",
},
❯ tests/site-with-errors.test.ts:85:20
|