@@ -72,14 +72,6 @@ describe("site-with-errors", () => {
7272 problemUrl : "https://dequeuniversity.com/rules/axe/4.10/color-contrast?application=playwright" ,
7373 ruleId : "color-contrast" ,
7474 solutionShort : "ensure the contrast between foreground and background colors meets wcag 2 aa minimum contrast ratio thresholds" ,
75- } , {
76- scannerType : "axe" ,
77- url : "http://127.0.0.1:4000/jekyll/update/2025/07/30/welcome-to-jekyll.html" ,
78- html : '<h1 class="post-title"></h1>' ,
79- problemShort : "headings should not be empty" ,
80- problemUrl : "https://dequeuniversity.com/rules/axe/4.10/empty-heading?application=playwright" ,
81- ruleId : "empty-heading" ,
82- solutionShort : "ensure headings have discernible text" ,
8375 } ,
8476 ] ;
8577 // Check that:
@@ -157,7 +149,6 @@ describe("site-with-errors", () => {
157149 "Accessibility issue: Headings should not be empty on /404.html" ,
158150 "Accessibility issue: Elements must meet minimum color contrast ratio thresholds on /about/" ,
159151 "Accessibility issue: Elements must meet minimum color contrast ratio thresholds on /jekyll/update/2025/07/30/welcome-to-jekyll.html" ,
160- "Accessibility issue: Headings should not be empty on /jekyll/update/2025/07/30/welcome-to-jekyll.html" ,
161152 ] ;
162153 expect ( actualTitles ) . toHaveLength ( expectedTitles . length ) ;
163154 expect ( actualTitles ) . toEqual ( expect . arrayContaining ( expectedTitles ) ) ;
0 commit comments