Skip to content

Commit

Permalink
remove aria-polite from snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 committed Sep 27, 2023
1 parent 3a88c74 commit e7d99ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ exports[`Dropdown renders default view 1`] = `
class="buttonWrapper"
>
<span
aria-live="polite"
class="container"
>
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ exports[`<InformationTile /> snapshots renders InformationTile with information
class="informationBtn"
>
<span
aria-live="polite"
class="container"
>
<button
Expand Down Expand Up @@ -259,7 +258,6 @@ exports[`<InformationTile /> snapshots renders InformationTile with information
class="informationBtn"
>
<span
aria-live="polite"
class="container"
>
<button
Expand Down Expand Up @@ -305,7 +303,6 @@ exports[`<InformationTile /> snapshots renders InformationTile with information
class="actions"
>
<span
aria-live="polite"
class="container"
>
<button
Expand Down Expand Up @@ -543,7 +540,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile 1`] = `
class="actions"
>
<span
aria-live="polite"
class="container"
>
<a
Expand Down Expand Up @@ -610,7 +606,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with assertive mo
class="p-0 mr-0-point-5"
>
<span
aria-live="polite"
class="container"
>
<a
Expand All @@ -631,7 +626,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with assertive mo
</span>
</div>
<span
aria-live="polite"
class="container"
>
<a
Expand Down Expand Up @@ -698,7 +692,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with cautionary m
class="p-0 mr-0-point-5"
>
<span
aria-live="polite"
class="container"
>
<a
Expand All @@ -719,7 +712,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with cautionary m
</span>
</div>
<span
aria-live="polite"
class="container"
>
<a
Expand Down Expand Up @@ -786,7 +778,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with informative
class="p-0 mr-0-point-5"
>
<span
aria-live="polite"
class="container"
>
<a
Expand All @@ -807,7 +798,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with informative
</span>
</div>
<span
aria-live="polite"
class="container"
>
<a
Expand Down Expand Up @@ -874,7 +864,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with negative moo
class="p-0 mr-0-point-5"
>
<span
aria-live="polite"
class="container"
>
<a
Expand All @@ -895,7 +884,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with negative moo
</span>
</div>
<span
aria-live="polite"
class="container"
>
<a
Expand Down Expand Up @@ -962,7 +950,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with positive moo
class="p-0 mr-0-point-5"
>
<span
aria-live="polite"
class="container"
>
<a
Expand All @@ -983,7 +970,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with positive moo
</span>
</div>
<span
aria-live="polite"
class="container"
>
<a
Expand Down Expand Up @@ -1050,7 +1036,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with prominent mo
class="p-0 mr-0-point-5"
>
<span
aria-live="polite"
class="container"
>
<a
Expand All @@ -1071,7 +1056,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with prominent mo
</span>
</div>
<span
aria-live="polite"
class="container"
>
<a
Expand Down Expand Up @@ -1138,7 +1122,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with secondary ac
class="p-0 mr-0-point-5"
>
<span
aria-live="polite"
class="container"
>
<a
Expand All @@ -1159,7 +1142,6 @@ exports[`<MultiActionTile /> snapshots renders MultiActionTile with secondary ac
</span>
</div>
<span
aria-live="polite"
class="container"
>
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ exports[`<BrandMoment /> matches the snapshot 1`] = `
/>
</video>
<span
aria-live="polite"
class="container"
>
<button
Expand Down Expand Up @@ -113,7 +112,6 @@ exports[`<BrandMoment /> matches the snapshot 1`] = `
class="actions"
>
<span
aria-live="polite"
class="container"
>
<a
Expand All @@ -136,7 +134,6 @@ exports[`<BrandMoment /> matches the snapshot 1`] = `
class="secondaryAction"
>
<span
aria-live="polite"
class="container"
>
<a
Expand Down

0 comments on commit e7d99ac

Please sign in to comment.