Latest ACT update for our rule 2ee8b8 "Visible label is part of accessible name" has added more examples which are breaking our nightly tests run. The changes are non-trival as they follow a new algorithm which we don't implement. So things like removing all content between round brackets and maintaining space between spans are currently failing. Our code currently uses visibleVirtual to generate the visible content, which we'll need to figure out if we want to continue to use that function or create a new function just for this algorithm.
This issue is linked to a skipTests entry in test/act-rules/visible-label-in-accessible-name-2ee8b8.spec.js.
Latest ACT update for our rule 2ee8b8 "Visible label is part of accessible name" has added more examples which are breaking our nightly tests run. The changes are non-trival as they follow a new algorithm which we don't implement. So things like removing all content between round brackets and maintaining space between spans are currently failing. Our code currently uses visibleVirtual to generate the visible content, which we'll need to figure out if we want to continue to use that function or create a new function just for this algorithm.
This issue is linked to a
skipTestsentry intest/act-rules/visible-label-in-accessible-name-2ee8b8.spec.js.