Skip to content

Commit c7e2c1c

Browse files
strakerWilcoFiers
andauthored
test: run list rule for act aria-required-owned failed example 10 (#4812)
[Nightly tests started failing](https://app.circleci.com/pipelines/github/dequelabs/axe-core/7177/workflows/03b4a72d-027e-4199-90cc-76821ff4cb9c/jobs/77330) due to a change to [ACT aria-required-owned](w3c/wcag-act-rules@3fe6a8c) which added a failed example of a list with generic elements ```html <ul> <div></div> <div></div> </ul> ``` We fail the example using the `list` rule and not `aria-required-children`, so we can skip the test. --------- Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
1 parent 8dca2ac commit c7e2c1c

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

package-lock.json

Lines changed: 8 additions & 5 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
@@ -187,7 +187,7 @@
187187
"typedarray": "^0.0.7",
188188
"typescript": "^5.2.2",
189189
"uglify-js": "^3.17.4",
190-
"wcag-act-rules": "github:w3c/wcag-act-rules#dc90495a5533d326b300ee5a9487afdfc6d493c0",
190+
"wcag-act-rules": "github:w3c/wcag-act-rules#5adb55d19eb2cd7fb23213b2d1acedf9004dc063",
191191
"weakmap-polyfill": "^2.0.4"
192192
},
193193
"lint-staged": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require('./act-runner.js')({
22
id: 'bc4a75',
33
title: 'ARIA required owned elements',
4-
axeRules: ['aria-required-children']
4+
axeRules: ['list', 'aria-required-children']
55
});

0 commit comments

Comments
 (0)