Skip to content

Commit a4b8312

Browse files
committed
snapshot update
1 parent fc6be0f commit a4b8312

8 files changed

Lines changed: 1025 additions & 2391 deletions

File tree

app/containers/Avatar/__snapshots__/Avatar.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ exports[`Story Snapshots: Touchable should match snapshot 1`] = `
840840
collapsable={false}
841841
delayLongPress={600}
842842
enabled={true}
843-
handlerTag={1}
843+
handlerTag={-1}
844844
handlerType="NativeViewGestureHandler"
845845
innerRef={null}
846846
onActiveStateChange={[Function]}

app/containers/Button/__snapshots__/Button.test.tsx.snap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`Story Snapshots: CustomButton should match snapshot 1`] = `
88
collapsable={false}
99
delayLongPress={600}
1010
enabled={true}
11-
handlerTag={7}
11+
handlerTag={-1}
1212
handlerType="NativeViewGestureHandler"
1313
innerRef={null}
1414
onActiveStateChange={[Function]}
@@ -87,7 +87,7 @@ exports[`Story Snapshots: DisabledButton should match snapshot 1`] = `
8787
collapsable={false}
8888
delayLongPress={600}
8989
enabled={false}
90-
handlerTag={8}
90+
handlerTag={-1}
9191
handlerType="NativeViewGestureHandler"
9292
innerRef={null}
9393
onActiveStateChange={[Function]}
@@ -161,7 +161,7 @@ exports[`Story Snapshots: DisabledLoadingButton should match snapshot 1`] = `
161161
collapsable={false}
162162
delayLongPress={600}
163163
enabled={false}
164-
handlerTag={9}
164+
handlerTag={-1}
165165
handlerType="NativeViewGestureHandler"
166166
innerRef={null}
167167
onActiveStateChange={[Function]}
@@ -224,7 +224,7 @@ exports[`Story Snapshots: LoadingButton should match snapshot 1`] = `
224224
collapsable={false}
225225
delayLongPress={600}
226226
enabled={false}
227-
handlerTag={10}
227+
handlerTag={-1}
228228
handlerType="NativeViewGestureHandler"
229229
innerRef={null}
230230
onActiveStateChange={[Function]}
@@ -287,7 +287,7 @@ exports[`Story Snapshots: PrimaryButton should match snapshot 1`] = `
287287
collapsable={false}
288288
delayLongPress={600}
289289
enabled={true}
290-
handlerTag={11}
290+
handlerTag={-1}
291291
handlerType="NativeViewGestureHandler"
292292
innerRef={null}
293293
onActiveStateChange={[Function]}
@@ -361,7 +361,7 @@ exports[`Story Snapshots: SecondaryButton should match snapshot 1`] = `
361361
collapsable={false}
362362
delayLongPress={600}
363363
enabled={true}
364-
handlerTag={12}
364+
handlerTag={-1}
365365
handlerType="NativeViewGestureHandler"
366366
innerRef={null}
367367
onActiveStateChange={[Function]}
@@ -435,7 +435,7 @@ exports[`Story Snapshots: SmallButton should match snapshot 1`] = `
435435
collapsable={false}
436436
delayLongPress={600}
437437
enabled={true}
438-
handlerTag={13}
438+
handlerTag={-1}
439439
handlerType="NativeViewGestureHandler"
440440
innerRef={null}
441441
onActiveStateChange={[Function]}

0 commit comments

Comments
 (0)