Skip to content

Commit 751657a

Browse files
authored
test: suppress "visible label in accessible name" ACT test issue (#4312)
Temporarily suppresses the ACT mismatch described by #4311 to avoid nightly ACT test noise until we can fix the inconsistency ~Reviewer note: this suppression only has any effect if you're using ACT content that we haven't yet picked up; you'll need to `npm install w3c/wcag-act-rules#main` (like the nightly build does) to meaningfully validate the change locally.~ As of 9a370b6, this can be tested without updating to main No QA required
1 parent 938b411 commit 751657a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"typedarray": "^0.0.7",
176176
"typescript": "^5.2.2",
177177
"uglify-js": "^3.17.4",
178-
"wcag-act-rules": "github:w3c/wcag-act-rules#485104c",
178+
"wcag-act-rules": "github:w3c/wcag-act-rules#dc90495a5533d326b300ee5a9487afdfc6d493c0",
179179
"weakmap-polyfill": "^2.0.4"
180180
},
181181
"lint-staged": {
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
require('./act-runner.js')({
22
id: '2ee8b8',
33
title: 'Visible label is part of accessible name',
4-
axeRules: ['label-content-name-mismatch']
4+
axeRules: ['label-content-name-mismatch'],
5+
// See: https://github.com/dequelabs/axe-core/issues/4311
6+
skipTests: ['e9bbdbec137223e2973c6d2896050770c84c26e5']
57
});

0 commit comments

Comments
 (0)