You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running tests using the extended or full rulesets when some components are present, causes multiple Not implemented: window.computedStyle(elt, pseudoElt) errors to be shown via console.error. This does not happen with the base ruleset.
Running tests using the extended or full rulesets when some components are present, causes multiple
Not implemented: window.computedStyle(elt, pseudoElt)
errors to be shown viaconsole.error
. This does not happen with the base ruleset.Environment:
Testing Component:
Markup:
Javascript:
Test:
Test Results:
Using extended ruleset (
process.env.SA11Y_RULESET = "extended"
insetupEnvVars.js
) (test result file)Using base ruleset (
process.env.SA11Y_RULESET = "base"
insetupEnvVars.js
) (test result file)Expected Behaviour: Changing rulesets should not cause errors.
The text was updated successfully, but these errors were encountered: