File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ describe("site-with-errors", () => {
2727 {
2828 scannerType : "axe" ,
2929 url : "http://127.0.0.1:4000/" ,
30- html : '<li class="p-name">Continuous Accessibility Scanner Demo</li >' ,
30+ html : '<span class="post-meta">Jul 30, 2025</span >' ,
3131 problemShort : "elements must meet minimum color contrast ratio thresholds" ,
3232 problemUrl : "https://dequeuniversity.com/rules/axe/4.10/color-contrast?application=playwright" ,
3333 ruleId : "color-contrast" ,
@@ -67,7 +67,8 @@ describe("site-with-errors", () => {
6767 } , {
6868 scannerType : "axe" ,
6969 url : "http://127.0.0.1:4000/jekyll/update/2025/07/30/welcome-to-jekyll.html" ,
70- html : '<li class="p-name">Continuous Accessibility Scanner Demo</li>' ,
70+ html : `<time class="dt-published" datetime="2025-07-30T13:32:33-04:00" itemprop="datePublished">Jul 30, 2025
71+ </time>` ,
7172 problemShort : "elements must meet minimum color contrast ratio thresholds" ,
7273 problemUrl : "https://dequeuniversity.com/rules/axe/4.10/color-contrast?application=playwright" ,
7374 ruleId : "color-contrast" ,
You can’t perform that action at this time.
0 commit comments