Skip to content

Commit

Permalink
Update jest-axe to version 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickColley committed Jun 7, 2024
1 parent 8cf92a9 commit 6ece247
Show file tree
Hide file tree
Showing 5 changed files with 2,802 additions and 5,750 deletions.
20 changes: 10 additions & 10 deletions __tests__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI
────────
Expand All @@ -35,7 +35,7 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI"
`;
exports[`jest-axe toHaveNoViolations returns correctly formatted message when violations are present 1`] = `
Expand Down Expand Up @@ -80,7 +80,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI
Expected the HTML found at $('img[src="http://example.com/2"]') to have no violations:
Expand All @@ -98,7 +98,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI
────────
Expand All @@ -120,7 +120,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/label?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/label?application=axeAPI
────────
Expand All @@ -142,7 +142,7 @@ Fix any of the following:
Element has no title attribute
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/link-name?application=axeAPI
Expected the HTML found at $('a[href$="#link-name-2"]') to have no violations:
Expand All @@ -162,7 +162,7 @@ Fix any of the following:
Element has no title attribute
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/link-name?application=axeAPI
────────
Expand All @@ -178,7 +178,7 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI
Expected the HTML found at $('img[src="http://example.com/2"]') to have no violations:
Expand All @@ -192,7 +192,7 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI
Expected the HTML found at $('input') to have no violations:
Expand All @@ -206,5 +206,5 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/region?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 @@ -19,7 +19,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI"
`;
exports[`React renders correctly 1`] = `
Expand All @@ -41,7 +41,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI
────────
Expand All @@ -57,5 +57,5 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI"
`;
6 changes: 3 additions & 3 deletions __tests__/__snapshots__/vuejs.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI"
`;
exports[`Vue renders correctly 1`] = `
Expand All @@ -41,7 +41,7 @@ Fix any of the following:
Element's default semantics were not overridden with role="none" or role="presentation"
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI
https://dequeuniversity.com/rules/axe/4.9/image-alt?application=axeAPI
────────
Expand All @@ -57,5 +57,5 @@ Fix any of the following:
Some page content is not contained by landmarks
You can find more information on this issue here:
https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI"
https://dequeuniversity.com/rules/axe/4.9/region?application=axeAPI"
`;
Loading

0 comments on commit 6ece247

Please sign in to comment.