Skip to content

Commit 2c938a8

Browse files
authored
Fix untestable highlightRequired condition to use needsSevereImpact condition (#1295)
1 parent 5291706 commit 2c938a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/aria-at-test-run.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ export function userValidateState() {
10921092
},
10931093
untestable: {
10941094
...command.untestable,
1095-
highlightRequired: false,
1095+
highlightRequired: needsSevereImpact(command),
10961096
},
10971097
unexpected: {
10981098
...command.unexpected,

0 commit comments

Comments
 (0)