@@ -86,32 +86,6 @@ describe('site-with-errors', () => {
8686 ruleId : 'empty-heading' ,
8787 solutionShort : 'ensure headings have discernible text' ,
8888 } ,
89- {
90- scannerType : 'axe' ,
91- url : 'http://127.0.0.1:4000/about/' ,
92- html : '<a href="https://jekyllrb.com/">jekyllrb.com</a>' ,
93- problemShort : 'elements must meet minimum color contrast ratio thresholds' ,
94- ruleId : 'color-contrast' ,
95- solutionShort :
96- 'ensure the contrast between foreground and background colors meets wcag 2 aa minimum contrast ratio thresholds' ,
97- } ,
98- {
99- scannerType : 'axe' ,
100- url : 'http://127.0.0.1:4000/404.html' ,
101- html : '<li class="p-name">Accessibility Scanner Demo</li>' ,
102- problemShort : 'elements must meet minimum color contrast ratio thresholds' ,
103- ruleId : 'color-contrast' ,
104- solutionShort :
105- 'ensure the contrast between foreground and background colors meets wcag 2 aa minimum contrast ratio thresholds' ,
106- } ,
107- {
108- scannerType : 'axe' ,
109- url : 'http://127.0.0.1:4000/404.html' ,
110- html : '<h1 class="post-title"></h1>' ,
111- problemShort : 'headings should not be empty' ,
112- ruleId : 'empty-heading' ,
113- solutionShort : 'ensure headings have discernible text' ,
114- } ,
11589 ]
11690 // Check that:
11791 // - every expected object exists (no more and no fewer), and
0 commit comments