Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin ember-qunit to 5.0.0. #234

Merged
merged 2 commits into from
Feb 4, 2021
Merged

Pin ember-qunit to 5.0.0. #234

merged 2 commits into from
Feb 4, 2021

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Feb 4, 2021

ember-qunit@5.1.0 introduces a new axe-core failure:

Error: The page should have no accessibility violations. Violations:
[moderate]: Ensure that scrollable region has keyboard access
Violated 1 time. Offending nodes are:
<div id="ember-testing-container" style="visibility: visible; position:
relative;">

This gets CI passing again (the floating dependencies tests at least), we will have to unpin as soon as possible but this should unblock other bug fixes.

@thoov
Copy link
Contributor

thoov commented Feb 4, 2021

👍

@rwjblue
Copy link
Member Author

rwjblue commented Feb 4, 2021

This is likely introduced by emberjs/ember-qunit#786.

ember-qunit@5.1.0 introduces a new axe-core failure:

```
Error: The page should have no accessibility violations. Violations:
[moderate]: Ensure that scrollable region has keyboard access
Violated 1 time. Offending nodes are:
<div id="ember-testing-container" style="visibility: visible; position:
relative;">
```

This gets CI passing again (the floating dependencies tests at least),
we will have to unpin as soon as possible but this should unblock other
bug fixes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants