Skip to content

Commit

Permalink
suppress failing act test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbjorge committed Jan 26, 2024
1 parent 938b411 commit e61aa79
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require('./act-runner.js')({
id: '2ee8b8',
title: 'Visible label is part of accessible name',
axeRules: ['label-content-name-mismatch']
axeRules: ['label-content-name-mismatch'],
// See: https://github.com/dequelabs/axe-core/issues/4311
skipTests: ['e9bbdbec137223e2973c6d2896050770c84c26e5']
});

0 comments on commit e61aa79

Please sign in to comment.