Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #52 from dequelabs/axe3-release
Browse files Browse the repository at this point in the history
test: Ensure all tests pass with axe-core 3.0
  • Loading branch information
WilcoFiers authored Mar 28, 2018
2 parents 097a012 + b802756 commit 9c9ddac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"sinon": "^1.17.3"
},
"dependencies": {
"axe-core": "3.0.0-alpha.9",
"axe-core": "^3.0.0",
"selenium-webdriver": ">= 2.53.1"
}
}
1 change: 1 addition & 0 deletions test/integration/configure-frames.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe('outer-configure-frame.html', function () {
AxeBuilder(driver)
.options({rules: {
'landmark-one-main': {'enabled': false},
'page-has-heading-one': {'enabled': false},
'region': {'enabled': false},
'html-lang-valid': {'enabled': false}
}})
Expand Down
1 change: 1 addition & 0 deletions test/integration/shadow-dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe('shadow-dom.html', function () {
AxeBuilder(driver)
.options({rules: {
'landmark-one-main': {'enabled': false},
'page-has-heading-one': {'enabled': false},
'region': {'enabled': false}
}})
.analyze(function (results) {
Expand Down

0 comments on commit 9c9ddac

Please sign in to comment.