Skip to content

Commit 0891a1c

Browse files
committed
test(gallery-native): update snapshot
1 parent e44b942 commit 0891a1c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/pluggableWidgets/gallery-native/src/components/__tests__/__snapshots__/Gallery.spec.tsx.snap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ exports[`Gallery rendering rendering with load more button it shouldn't render t
5050
keyExtractor={[Function]}
5151
onContentSizeChange={[Function]}
5252
onEndReached={[Function]}
53-
onEndReachedThreshold={0.5}
53+
onEndReachedThreshold={0.6}
5454
onLayout={[Function]}
5555
onMomentumScrollBegin={[Function]}
5656
onMomentumScrollEnd={[Function]}
@@ -378,7 +378,7 @@ exports[`Gallery rendering rendering with load more button renders correctly 1`]
378378
keyExtractor={[Function]}
379379
onContentSizeChange={[Function]}
380380
onEndReached={[Function]}
381-
onEndReachedThreshold={0.5}
381+
onEndReachedThreshold={0.6}
382382
onLayout={[Function]}
383383
onMomentumScrollBegin={[Function]}
384384
onMomentumScrollEnd={[Function]}
@@ -752,7 +752,7 @@ exports[`Gallery rendering rendering with load more button renders correctly wit
752752
keyExtractor={[Function]}
753753
onContentSizeChange={[Function]}
754754
onEndReached={[Function]}
755-
onEndReachedThreshold={0.5}
755+
onEndReachedThreshold={0.6}
756756
onLayout={[Function]}
757757
onMomentumScrollBegin={[Function]}
758758
onMomentumScrollEnd={[Function]}
@@ -1126,7 +1126,7 @@ exports[`Gallery rendering renders correctly 1`] = `
11261126
keyExtractor={[Function]}
11271127
onContentSizeChange={[Function]}
11281128
onEndReached={[Function]}
1129-
onEndReachedThreshold={0.5}
1129+
onEndReachedThreshold={0.6}
11301130
onLayout={[Function]}
11311131
onMomentumScrollBegin={[Function]}
11321132
onMomentumScrollEnd={[Function]}
@@ -1454,7 +1454,7 @@ exports[`Gallery rendering renders correctly horizontal 1`] = `
14541454
keyExtractor={[Function]}
14551455
onContentSizeChange={[Function]}
14561456
onEndReached={[Function]}
1457-
onEndReachedThreshold={0.5}
1457+
onEndReachedThreshold={0.6}
14581458
onLayout={[Function]}
14591459
onMomentumScrollBegin={[Function]}
14601460
onMomentumScrollEnd={[Function]}
@@ -1763,7 +1763,7 @@ exports[`Gallery rendering renders correctly with empty list and custom placehol
17631763
keyExtractor={[Function]}
17641764
onContentSizeChange={[Function]}
17651765
onEndReached={[Function]}
1766-
onEndReachedThreshold={0.5}
1766+
onEndReachedThreshold={0.6}
17671767
onLayout={[Function]}
17681768
onMomentumScrollBegin={[Function]}
17691769
onMomentumScrollEnd={[Function]}
@@ -1850,7 +1850,7 @@ exports[`Gallery rendering renders correctly with filter 1`] = `
18501850
keyExtractor={[Function]}
18511851
onContentSizeChange={[Function]}
18521852
onEndReached={[Function]}
1853-
onEndReachedThreshold={0.5}
1853+
onEndReachedThreshold={0.6}
18541854
onLayout={[Function]}
18551855
onMomentumScrollBegin={[Function]}
18561856
onMomentumScrollEnd={[Function]}

0 commit comments

Comments
 (0)