Skip to content

Commit

Permalink
test: updates snapshots to match rn 0.72 updated output
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-rollo committed Aug 2, 2023
1 parent c054dd0 commit 829c0e1
Show file tree
Hide file tree
Showing 18 changed files with 1,063 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,11 @@ exports[`<ActionRequirement /> should match snapshot 1`] = `
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": false,
"expanded": undefined,
"selected": undefined,
}
}
accessible={true}
Expand Down
27 changes: 27 additions & 0 deletions packages/yoga/src/Banner/native/__snapshots__/Banner.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ exports[`<Banner /> should match snapshot with button 1`] = `
Banner with button
</Text>
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessible={true}
focusable={true}
onClick={[Function]}
Expand Down Expand Up @@ -599,6 +608,15 @@ exports[`<Banner /> should match snapshot with two action buttons 1`] = `
}
>
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessible={true}
focusable={true}
onClick={[Function]}
Expand Down Expand Up @@ -658,6 +676,15 @@ exports[`<Banner /> should match snapshot with two action buttons 1`] = `
</View>
</View>
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessible={true}
focusable={true}
onClick={[Function]}
Expand Down
Loading

0 comments on commit 829c0e1

Please sign in to comment.