Skip to content

Commit

Permalink
fix snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Jul 30, 2024
1 parent 5783b9e commit af066f8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemAction Snapsh
onTouchEnd={[Function]}
>
<View
accessibilityElementsHidden={true}
importantForAccessibility="no-hide-descendants"
style={
[
Expand Down Expand Up @@ -343,6 +344,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
onStartShouldSetResponder={[Function]}
>
<View
accessibilityElementsHidden={true}
importantForAccessibility="no-hide-descendants"
style={
[
Expand Down Expand Up @@ -727,6 +729,8 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
onStartShouldSetResponder={[Function]}
>
<View
accessibilityElementsHidden={true}
importantForAccessibility="no-hide-descendants"
style={
[
{
Expand Down Expand Up @@ -1863,6 +1867,7 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
onTouchEnd={[Function]}
>
<View
accessibilityElementsHidden={true}
importantForAccessibility="no-hide-descendants"
style={
[
Expand Down Expand Up @@ -2170,6 +2175,7 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
onStartShouldSetResponder={[Function]}
>
<View
accessibilityElementsHidden={true}
importantForAccessibility="no-hide-descendants"
style={
[
Expand Down Expand Up @@ -2554,6 +2560,8 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
onStartShouldSetResponder={[Function]}
>
<View
accessibilityElementsHidden={true}
importantForAccessibility="no-hide-descendants"
style={
[
{
Expand Down

0 comments on commit af066f8

Please sign in to comment.