ember-a11y / ember-a11y-testing

A suite of accessibility tests that can be run within the Ember testing framework
MIT License
138 stars 52 forks source link

Fixes for `ember-beta` scenario failures #561

Closed MelSumner closed 3 weeks ago

MelSumner commented 4 weeks ago

If merged, this should address the current failing tests in the ember-beta test scenario.

There's still one test that is failing (advice welcome), so I'll keep trying to figure that out. I think something with how the test is set up, or how the test components are set up, is causing this failure to be triggered. But, looking at the associated test, there are several "skip these failures" elements but one still gets through. 🤔 CleanShot 2024-10-31 at 11 28 06

MelSumner commented 3 weeks ago

Fixed in a different PR.