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

Update axe-core to 3.4.1 #83

Merged
merged 3 commits into from
Jan 20, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions __tests__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Received:
 Element's default semantics were not overridden with role=\\"none\\"

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/image-alt?application=axeAPI"
https://dequeuniversity.com/rules/axe/3.4/image-alt?application=axeAPI"
`;

exports[`jest-axe toHaveNoViolations returns correctly formatted message when violations are present 1`] = `
Expand Down Expand Up @@ -66,7 +66,7 @@ Received:
 Element's default semantics were not overridden with role=\\"none\\"

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/3.4/image-alt?application=axeAPI

Expected the HTML found at $('img[src=\\"http\\\\:\\\\/\\\\/example\\\\.com\\\\/2\\"]') to have no violations:

Expand All @@ -85,7 +85,7 @@ Received:
 Element's default semantics were not overridden with role=\\"none\\"

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/3.4/image-alt?application=axeAPI

────────

Expand All @@ -105,7 +105,7 @@ Received:
 Element has no title attribute or the title attribute is empty

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/label?application=axeAPI
https://dequeuniversity.com/rules/axe/3.4/label?application=axeAPI

────────

Expand All @@ -128,7 +128,7 @@ Received:
 Element's default semantics were not overridden with role=\\"none\\"

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/link-name?application=axeAPI
https://dequeuniversity.com/rules/axe/3.4/link-name?application=axeAPI

Expected the HTML found at $('a[href$=\\"\\\\#link-name-2\\"]') to have no violations:

Expand All @@ -149,7 +149,7 @@ Received:
 Element's default semantics were not overridden with role=\\"none\\"

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/link-name?application=axeAPI
https://dequeuniversity.com/rules/axe/3.4/link-name?application=axeAPI

────────

Expand All @@ -165,7 +165,7 @@ Received:
 No skip link target

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/skip-link?application=axeAPI
https://dequeuniversity.com/rules/axe/3.4/skip-link?application=axeAPI

Expected the HTML found at $('a[href$=\\"\\\\#link-name-2\\"]') to have no violations:

Expand All @@ -179,5 +179,5 @@ Received:
 No skip link target

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/skip-link?application=axeAPI"
https://dequeuniversity.com/rules/axe/3.4/skip-link?application=axeAPI"
`;
6 changes: 3 additions & 3 deletions __tests__/__snapshots__/reactjs.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Received:
 Element's default semantics were not overridden with role=\\"none\\"

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/image-alt?application=axeAPI"
https://dequeuniversity.com/rules/axe/3.4/image-alt?application=axeAPI"
`;

exports[`React renders correctly 1`] = `
Expand All @@ -43,7 +43,7 @@ Received:
 Element's default semantics were not overridden with role=\\"none\\"

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/image-alt?application=axeAPI"
https://dequeuniversity.com/rules/axe/3.4/image-alt?application=axeAPI"
`;

exports[`React renders with enzyme wrapper correctly 1`] = `
Expand All @@ -66,5 +66,5 @@ Received:
 Element's default semantics were not overridden with role=\\"none\\"

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/image-alt?application=axeAPI"
https://dequeuniversity.com/rules/axe/3.4/image-alt?application=axeAPI"
`;
4 changes: 2 additions & 2 deletions __tests__/__snapshots__/vuejs.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Received:
 Element's default semantics were not overridden with role=\\"none\\"

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/image-alt?application=axeAPI"
https://dequeuniversity.com/rules/axe/3.4/image-alt?application=axeAPI"
`;

exports[`Vue renders correctly 1`] = `
Expand All @@ -43,5 +43,5 @@ Received:
 Element's default semantics were not overridden with role=\\"none\\"

You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/3.3/image-alt?application=axeAPI"
https://dequeuniversity.com/rules/axe/3.4/image-alt?application=axeAPI"
`;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node": ">= 8.0.0"
},
"dependencies": {
"axe-core": "3.3.1",
"axe-core": "3.4.0",
"chalk": "2.4.2",
"jest-matcher-utils": "24.8.0",
"lodash.merge": "4.6.2"
Expand Down