Skip to content

Commit

Permalink
Pin ember-qunit to 5.0.0.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rwjblue committed Feb 4, 2021
1 parent be7394c commit ccc699b
Show file tree
Hide file tree
Showing 2 changed files with 2,603 additions and 2,436 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.1",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit": "^5.0.0-beta.4",
"ember-qunit": "5.0.0",
"ember-radio-button": "^2.0.1",
"ember-resolver": "^8.0.2",
"ember-sinon": "^5.0.0",
Expand Down
Loading

0 comments on commit ccc699b

Please sign in to comment.