diff --git a/plugin/a11y/test/specs/browser.js b/plugin/a11y/test/specs/browser.js index a46c3f6d3d..6daa1b6e6e 100644 --- a/plugin/a11y/test/specs/browser.js +++ b/plugin/a11y/test/specs/browser.js @@ -7,15 +7,15 @@ import { reportA11y } from '../a11y-reporter.js'; const EXPECTED_VIOLATIONS = { 'aria-allowed-attr':1, 'aria-command-name': 1, - 'aria-required-children':4, + 'aria-required-children': 4, 'aria-roles': 3, 'aria-tooltip-name': 1, - 'color-contrast-enhanced':15, - 'color-contrast':1, + 'color-contrast-enhanced': 15, + 'color-contrast': 1, 'landmark-one-main': 1, 'meta-viewport': 1, 'page-has-heading-one': 1, - region: 24, + 'region': 24, 'nested-interactive': 15, }; diff --git a/plugin/a11y/test/specs/home.js b/plugin/a11y/test/specs/home.js index e3860d62aa..e317744579 100644 --- a/plugin/a11y/test/specs/home.js +++ b/plugin/a11y/test/specs/home.js @@ -7,8 +7,8 @@ import { reportA11y } from '../a11y-reporter.js'; const EXPECTED_VIOLATIONS = { 'aria-command-name': 1, 'aria-allowed-attr': 4, - 'aria-required-children':4, - 'color-contrast':12, + 'aria-required-children': 4, + 'color-contrast': 12, 'aria-tooltip-name': 1, 'landmark-one-main': 1, 'meta-viewport': 1, @@ -20,7 +20,7 @@ const EXPECTED_VIOLATIONS = { const EXPECTED_INCOMPLETE_VIOLATIONS = { 'aria-allowed-role': 5, 'color-contrast-enhanced': 2, - 'aria-required-children':1, + 'aria-required-children': 1, }; describe('Nuxeo Home', () => {