Skip to content

Commit

Permalink
fix(box): sync testID and accessibilityLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselpirnal committed Aug 12, 2024
1 parent 4b5693a commit 20ac3e8
Show file tree
Hide file tree
Showing 18 changed files with 1,258 additions and 8,771 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -558,4 +558,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 2c095cf05d0978e12f6ac4350329c2d085601c15

COCOAPODS: 1.12.1
COCOAPODS: 1.14.3
9,754 changes: 993 additions & 8,761 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/components/Alert/__snapshots__/Alert.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

exports[`Alert should render alert correctly 1`] = `
<View
accessible={false}
style={
Array [
Object {},
Expand All @@ -17,6 +18,7 @@ exports[`Alert should render alert correctly 1`] = `
}
>
<View
accessible={false}
style={
Array [
Object {
Expand All @@ -28,6 +30,7 @@ exports[`Alert should render alert correctly 1`] = `
}
>
<View
accessible={false}
style={
Array [
Object {
Expand Down Expand Up @@ -100,6 +103,7 @@ exports[`Alert should render alert correctly 1`] = `
</RNSVGSvgView>
</View>
<View
accessible={false}
style={
Array [
Object {
Expand Down Expand Up @@ -145,6 +149,7 @@ exports[`Alert should render alert correctly 1`] = `
</Text>
</View>
<View
accessible={false}
style={
Array [
Object {},
Expand Down
Loading

0 comments on commit 20ac3e8

Please sign in to comment.