Skip to content

Commit 26f7ffd

Browse files
stelselimUrazAkgultan
authored andcommitted
fix(gallery-native): update snapshot
1 parent 745f6f5 commit 26f7ffd

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

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

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ exports[`Gallery rendering rendering with load more button it shouldn't render t
4747
>
4848
<View>
4949
<View
50+
onFocusCapture={[Function]}
5051
onLayout={[Function]}
5152
style={null}
5253
>
@@ -100,6 +101,7 @@ exports[`Gallery rendering rendering with load more button it shouldn't render t
100101
</View>
101102
</View>
102103
<View
104+
onFocusCapture={[Function]}
103105
onLayout={[Function]}
104106
style={null}
105107
>
@@ -192,6 +194,7 @@ exports[`Gallery rendering rendering with load more button renders correctly 1`]
192194
>
193195
<View>
194196
<View
197+
onFocusCapture={[Function]}
195198
onLayout={[Function]}
196199
style={null}
197200
>
@@ -245,6 +248,7 @@ exports[`Gallery rendering rendering with load more button renders correctly 1`]
245248
</View>
246249
</View>
247250
<View
251+
onFocusCapture={[Function]}
248252
onLayout={[Function]}
249253
style={null}
250254
>
@@ -286,6 +290,23 @@ exports[`Gallery rendering rendering with load more button renders correctly 1`]
286290
}
287291
>
288292
<View
293+
accessibilityState={
294+
{
295+
"busy": undefined,
296+
"checked": undefined,
297+
"disabled": undefined,
298+
"expanded": undefined,
299+
"selected": undefined,
300+
}
301+
}
302+
accessibilityValue={
303+
{
304+
"max": undefined,
305+
"min": undefined,
306+
"now": undefined,
307+
"text": undefined,
308+
}
309+
}
289310
accessible={true}
290311
collapsable={false}
291312
focusable={true}
@@ -358,6 +379,7 @@ exports[`Gallery rendering rendering with load more button renders correctly wit
358379
>
359380
<View>
360381
<View
382+
onFocusCapture={[Function]}
361383
onLayout={[Function]}
362384
style={null}
363385
>
@@ -411,6 +433,7 @@ exports[`Gallery rendering rendering with load more button renders correctly wit
411433
</View>
412434
</View>
413435
<View
436+
onFocusCapture={[Function]}
414437
onLayout={[Function]}
415438
style={null}
416439
>
@@ -452,6 +475,23 @@ exports[`Gallery rendering rendering with load more button renders correctly wit
452475
}
453476
>
454477
<View
478+
accessibilityState={
479+
{
480+
"busy": undefined,
481+
"checked": undefined,
482+
"disabled": undefined,
483+
"expanded": undefined,
484+
"selected": undefined,
485+
}
486+
}
487+
accessibilityValue={
488+
{
489+
"max": undefined,
490+
"min": undefined,
491+
"now": undefined,
492+
"text": undefined,
493+
}
494+
}
455495
accessible={true}
456496
collapsable={false}
457497
focusable={true}
@@ -524,6 +564,7 @@ exports[`Gallery rendering renders correctly 1`] = `
524564
>
525565
<View>
526566
<View
567+
onFocusCapture={[Function]}
527568
onLayout={[Function]}
528569
style={null}
529570
>
@@ -577,6 +618,7 @@ exports[`Gallery rendering renders correctly 1`] = `
577618
</View>
578619
</View>
579620
<View
621+
onFocusCapture={[Function]}
580622
onLayout={[Function]}
581623
style={null}
582624
>
@@ -669,6 +711,7 @@ exports[`Gallery rendering renders correctly horizontal 1`] = `
669711
>
670712
<View>
671713
<View
714+
onFocusCapture={[Function]}
672715
onLayout={[Function]}
673716
style={
674717
[
@@ -697,6 +740,7 @@ exports[`Gallery rendering renders correctly horizontal 1`] = `
697740
</View>
698741
</View>
699742
<View
743+
onFocusCapture={[Function]}
700744
onLayout={[Function]}
701745
style={
702746
[
@@ -725,6 +769,7 @@ exports[`Gallery rendering renders correctly horizontal 1`] = `
725769
</View>
726770
</View>
727771
<View
772+
onFocusCapture={[Function]}
728773
onLayout={[Function]}
729774
style={
730775
[
@@ -868,6 +913,7 @@ exports[`Gallery rendering renders correctly with filter 1`] = `
868913
>
869914
<View>
870915
<View
916+
onFocusCapture={[Function]}
871917
onLayout={[Function]}
872918
style={null}
873919
>
@@ -921,6 +967,7 @@ exports[`Gallery rendering renders correctly with filter 1`] = `
921967
</View>
922968
</View>
923969
<View
970+
onFocusCapture={[Function]}
924971
onLayout={[Function]}
925972
style={null}
926973
>

0 commit comments

Comments
 (0)