Skip to content

Commit db8bf4b

Browse files
committed
fix: fix test
1 parent 527159f commit db8bf4b

File tree

8 files changed

+954
-55
lines changed

8 files changed

+954
-55
lines changed

app/component-library/components-temp/CellSelectWithMenu/__snapshots__/CellSelectWithMenu.test.tsx.snap

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports[`CellSelectWithMenu should render with default settings correctly 1`] =
1919
"opacity": 1,
2020
"padding": 16,
2121
"position": "relative",
22-
"width": "95%",
22+
"width": "90%",
2323
"zIndex": 1,
2424
}
2525
}
@@ -287,7 +287,13 @@ exports[`CellSelectWithMenu should render with default settings correctly 1`] =
287287
</View>
288288
</View>
289289
</TouchableOpacity>
290-
<View>
290+
<View
291+
style={
292+
{
293+
"paddingHorizontal": 20,
294+
}
295+
}
296+
>
291297
<TouchableOpacity
292298
accessibilityRole="button"
293299
accessible={true}

app/component-library/components-temp/ListItemMultiSelectButton/__snapshots__/ListItemMultiSelectButton.test.tsx.snap

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports[`ListItemMultiSelectButton should render correctly with default props 1`
1919
"opacity": 1,
2020
"padding": 16,
2121
"position": "relative",
22-
"width": "95%",
22+
"width": "90%",
2323
"zIndex": 1,
2424
}
2525
}
@@ -52,7 +52,13 @@ exports[`ListItemMultiSelectButton should render correctly with default props 1`
5252
</View>
5353
</View>
5454
</TouchableOpacity>
55-
<View>
55+
<View
56+
style={
57+
{
58+
"paddingHorizontal": 20,
59+
}
60+
}
61+
>
5662
<TouchableOpacity
5763
accessibilityRole="button"
5864
accessible={true}

0 commit comments

Comments
 (0)