Skip to content

Commit

Permalink
Revert "chore(24363): remove deprecated exclusions"
Browse files Browse the repository at this point in the history
This reverts commit acb9f1c.
  • Loading branch information
vanch3d committed Jul 17, 2024
1 parent 93bc54b commit 76f90dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hivemq-edge/src/frontend/cypress/support/a11y.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import { RuleObject } from 'axe-core'

export const ignoreGlobalRules: { rules: RuleObject } = {
rules: {},
rules: {
// problem with Chakra UI, see https://github.com/chakra-ui/chakra-ui/pull/6845
'landmark-unique': { enabled: false },
// False positives. Check with the config
'landmark-one-main': { enabled: false },
'page-has-heading-one': { enabled: false },
},
}

0 comments on commit 76f90dc

Please sign in to comment.