Skip to content

Commit 94bf397

Browse files
committed
update snapshot test
1 parent ef5bf23 commit 94bf397

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/views/components/__tests__/__snapshots__/notice.test.js.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ exports[`renders a button, if given 1`] = `
1818
<Text
1919
accessible={true}
2020
allowFontScaling={true}
21+
disabled={false}
2122
ellipsizeMode="tail"
2223
selectable={true}
2324
style={
@@ -53,6 +54,7 @@ exports[`renders the given text 1`] = `
5354
<Text
5455
accessible={true}
5556
allowFontScaling={true}
57+
disabled={false}
5658
ellipsizeMode="tail"
5759
selectable={true}
5860
style={
@@ -97,6 +99,7 @@ exports[`shows an ActivityIndicator if given [spinner] 1`] = `
9799
<Text
98100
accessible={true}
99101
allowFontScaling={true}
102+
disabled={false}
100103
ellipsizeMode="tail"
101104
selectable={true}
102105
style={

0 commit comments

Comments
 (0)