Skip to content

Commit

Permalink
Testing: Disable new introduced rules in axe core which fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Oct 31, 2019
1 parent e0ad9db commit 8de7f70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/e2e-tests/config/setup-test-framework.js
Expand Up @@ -182,6 +182,8 @@ async function runAxeTestsForBlockEditor() {
// See: https://github.com/WordPress/gutenberg/pull/15018.
disabledRules: [
'aria-allowed-role',
'aria-hidden-focus',
'aria-input-field-name',
'aria-valid-attr-value',
'button-name',
'color-contrast',
Expand Down

0 comments on commit 8de7f70

Please sign in to comment.