Skip to content

Commit 628f49e

Browse files
committed
fix(plugin-axe-e2e): update snapshot after axe-core patch
1 parent 6bab348 commit 628f49e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

e2e/plugin-axe-e2e/tests/__snapshots__/collect.e2e.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ exports[`PLUGIN collect report with axe-plugin NPM package > should run plugin o
304304
"value": 0,
305305
},
306306
{
307-
"description": "Ensure elements that have scrollable content are accessible by keyboard",
307+
"description": "Ensure elements that have scrollable content are accessible by keyboard in Safari",
308308
"displayValue": "0 elements",
309309
"docsUrl": "https://dequeuniversity.com/rules/axe/4.11/scrollable-region-focusable?application=axeAPI",
310310
"score": 1,
@@ -532,7 +532,7 @@ exports[`PLUGIN collect report with axe-plugin NPM package > should run plugin o
532532
"severity": "error",
533533
"source": {
534534
"selector": ".low-contrast",
535-
"snippet": "<div class=\"low-contrast\">
535+
"snippet": "<div class="low-contrast">
536536
This text has poor color contrast and may be hard to read.
537537
</div>",
538538
"url": "file:///<TEST_DIR>/index.html",
@@ -627,8 +627,8 @@ exports[`PLUGIN collect report with axe-plugin NPM package > should run plugin o
627627
"message": "Invalid ARIA attribute name: aria-invalid-attribute",
628628
"severity": "error",
629629
"source": {
630-
"selector": "div[role=\"button\"]",
631-
"snippet": "<div role=\"button\" aria-invalid-attribute=\"true\">
630+
"selector": "div[role="button"]",
631+
"snippet": "<div role="button" aria-invalid-attribute="true">
632632
Button with invalid ARIA attribute
633633
</div>",
634634
"url": "file:///<TEST_DIR>/index.html",
@@ -652,7 +652,7 @@ exports[`PLUGIN collect report with axe-plugin NPM package > should run plugin o
652652
"severity": "error",
653653
"source": {
654654
"selector": "img",
655-
"snippet": "<img src=\"test-image.jpg\" width=\"200\" height=\"150\">",
655+
"snippet": "<img src="test-image.jpg" width="200" height="150">",
656656
"url": "file:///<TEST_DIR>/index.html",
657657
},
658658
},
@@ -674,7 +674,7 @@ exports[`PLUGIN collect report with axe-plugin NPM package > should run plugin o
674674
"severity": "error",
675675
"source": {
676676
"selector": "a",
677-
"snippet": "<a href=\"#\"></a>",
677+
"snippet": "<a href="#"></a>",
678678
"url": "file:///<TEST_DIR>/index.html",
679679
},
680680
},

0 commit comments

Comments
 (0)