Skip to content

Commit 7a839a3

Browse files
committed
test: update snapshots for BottomSheet and Maps components
1 parent 408d030 commit 7a839a3

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

packages/pluggableWidgets/bottom-sheet-native/src/__tests__/__snapshots__/BottomSheet.spec.tsx.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ exports[`Bottom sheet renders a expanding 1`] = `
1818
}
1919
>
2020
<View
21-
onLayout={[Function]}
2221
style={
2322
{
2423
"bottom": 0,
@@ -65,7 +64,6 @@ exports[`Bottom sheet renders a expanding fullscreen 1`] = `
6564
}
6665
>
6766
<View
68-
onLayout={[Function]}
6967
style={
7068
{
7169
"bottom": 0,
@@ -120,7 +118,6 @@ exports[`Bottom sheet renders a expanding fullscreen with custom styles 1`] = `
120118
}
121119
>
122120
<View
123-
onLayout={[Function]}
124121
style={
125122
{
126123
"bottom": 0,

packages/pluggableWidgets/maps-native/src/__tests__/__snapshots__/Maps.spec.tsx.snap

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports[`<Maps /> renders 1`] = `
2222
}
2323
mapType="standard"
2424
maxZoomLevel={15}
25-
minZoomLevel={3}
25+
minZoomLevel={10}
2626
onMapReady={[Function]}
2727
onRegionChangeComplete={[Function]}
2828
pitchEnabled={false}
@@ -71,24 +71,5 @@ exports[`<Maps /> renders 1`] = `
7171
/>
7272
</View>
7373
</View>
74-
<View
75-
style={
76-
{
77-
"alignItems": "center",
78-
"backgroundColor": "#fafafa",
79-
"bottom": 0,
80-
"justifyContent": "center",
81-
"left": 0,
82-
"position": "absolute",
83-
"right": 0,
84-
"top": 0,
85-
"zIndex": 99,
86-
}
87-
}
88-
>
89-
<ActivityIndicator
90-
size="large"
91-
/>
92-
</View>
9374
</View>
9475
`;

0 commit comments

Comments
 (0)