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
I just was adding ember-a11y-testing into a client app and unexpectedly did NOT get axe violations reported back when there were clear violations in the app. I haven't had time yet to dig into the details, but within axe every test result returned for ember-a11y-testing to report on is reporting that it is inapplicable:
Switching back to the default qunit theme in this app end up with the expected axe violations I was expecting.
Haven't yet tracked down of these issues are qunit-theme-ember or ember-a11y-testing CSS overrides not properly applying to this theme, but wanted to report this in case someone else hits the snag before I get a patch up
The text was updated successfully, but these errors were encountered:
I just was adding
ember-a11y-testing
into a client app and unexpectedly did NOT get axe violations reported back when there were clear violations in the app. I haven't had time yet to dig into the details, but within axe every test result returned forember-a11y-testing
to report on is reporting that it isinapplicable
:Switching back to the default
qunit
theme in this app end up with the expected axe violations I was expecting.Haven't yet tracked down of these issues are
qunit-theme-ember
orember-a11y-testing
CSS overrides not properly applying to this theme, but wanted to report this in case someone else hits the snag before I get a patch upThe text was updated successfully, but these errors were encountered: