Adding a research banner to website #5452
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors
|
Accessibility Audit › Home page - layout.njk › validates:
__tests__/accessibility-audit.test.js#L33
expect(received).toHaveNoViolations(expected)
Expected the HTML found at $('.app-research-banner') to have no violations:
<div class="app-research-banner">
<div class="app-width-container">
<p class="govuk-body-s"><a class="govuk-link" href="/">Sign up for usability testing with GOV.UK Design System</a></p>
</div>
</div>
Received:
"All page content should be contained by landmarks (region)"
Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.10/region?application=axe-puppeteer
at Object.toHaveNoViolations (__tests__/accessibility-audit.test.js:33:23)
|
|
Accessibility Audit › Component page - layout-pane.njk › validates:
__tests__/accessibility-audit.test.js#L40
expect(received).toHaveNoViolations(expected)
Expected the HTML found at $('.app-research-banner') to have no violations:
<div class="app-research-banner">
<div class="app-width-container">
<p class="govuk-body-s"><a class="govuk-link" href="/">Sign up for usability testing with GOV.UK Design System</a></p>
</div>
</div>
Received:
"All page content should be contained by landmarks (region)"
Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.10/region?application=axe-puppeteer
at Object.toHaveNoViolations (__tests__/accessibility-audit.test.js:40:23)
|
|
Accessibility Audit › Patterns page - layout-pane.njk › validates:
__tests__/accessibility-audit.test.js#L47
expect(received).toHaveNoViolations(expected)
Expected the HTML found at $('.app-research-banner') to have no violations:
<div class="app-research-banner">
<div class="app-width-container">
<p class="govuk-body-s"><a class="govuk-link" href="/">Sign up for usability testing with GOV.UK Design System</a></p>
</div>
</div>
Received:
"All page content should be contained by landmarks (region)"
Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.10/region?application=axe-puppeteer
at Object.toHaveNoViolations (__tests__/accessibility-audit.test.js:47:23)
|
|
Accessibility Audit › Get in touch page - layout-single-page.njk › validates:
__tests__/accessibility-audit.test.js#L54
expect(received).toHaveNoViolations(expected)
Expected the HTML found at $('.app-research-banner') to have no violations:
<div class="app-research-banner">
<div class="app-width-container">
<p class="govuk-body-s"><a class="govuk-link" href="/">Sign up for usability testing with GOV.UK Design System</a></p>
</div>
</div>
Received:
"All page content should be contained by landmarks (region)"
Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.10/region?application=axe-puppeteer
at Object.toHaveNoViolations (__tests__/accessibility-audit.test.js:54:23)
|
|
Accessibility Audit › Site Map page - layout-sitemap.njk › validates:
__tests__/accessibility-audit.test.js#L61
expect(received).toHaveNoViolations(expected)
Expected the HTML found at $('.app-research-banner') to have no violations:
<div class="app-research-banner">
<div class="app-width-container">
<p class="govuk-body-s"><a class="govuk-link" href="/">Sign up for usability testing with GOV.UK Design System</a></p>
</div>
</div>
Received:
"All page content should be contained by landmarks (region)"
Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.10/region?application=axe-puppeteer
at Object.toHaveNoViolations (__tests__/accessibility-audit.test.js:61:23)
|
|
JavaScript tests
Process completed with exit code 1.
|