Skip to content

Commit c254bc9

Browse files
committed
tests: added updated snapshots for UploadProgressIndicator
1 parent 1f4e439 commit c254bc9

File tree

1 file changed

+0
-72
lines changed

1 file changed

+0
-72
lines changed

package/src/components/MessageInput/__tests__/__snapshots__/UploadProgressIndicator.test.js.snap

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,6 @@ exports[`UploadProgressIndicator should render an active UploadProgressIndicator
1212
}
1313
testID="active-upload-progress-indicator"
1414
>
15-
<View
16-
style={
17-
Array [
18-
Object {
19-
"alignItems": "center",
20-
"height": "100%",
21-
"justifyContent": "center",
22-
"opacity": 0,
23-
"position": "absolute",
24-
"width": "100%",
25-
},
26-
Object {
27-
"backgroundColor": "#000000CC",
28-
},
29-
Object {},
30-
]
31-
}
32-
/>
3315
<View
3416
style={
3517
Array [
@@ -82,24 +64,6 @@ exports[`UploadProgressIndicator should render an active UploadProgressIndicator
8264
}
8365
testID="active-upload-progress-indicator"
8466
>
85-
<View
86-
style={
87-
Array [
88-
Object {
89-
"alignItems": "center",
90-
"height": "100%",
91-
"justifyContent": "center",
92-
"opacity": 0,
93-
"position": "absolute",
94-
"width": "100%",
95-
},
96-
Object {
97-
"backgroundColor": "#000000CC",
98-
},
99-
Object {},
100-
]
101-
}
102-
/>
10367
<View
10468
style={
10569
Array [
@@ -152,24 +116,6 @@ exports[`UploadProgressIndicator should render an active UploadProgressIndicator
152116
}
153117
testID="active-upload-progress-indicator"
154118
>
155-
<View
156-
style={
157-
Array [
158-
Object {
159-
"alignItems": "center",
160-
"height": "100%",
161-
"justifyContent": "center",
162-
"opacity": 0,
163-
"position": "absolute",
164-
"width": "100%",
165-
},
166-
Object {
167-
"backgroundColor": "#000000CC",
168-
},
169-
Object {},
170-
]
171-
}
172-
/>
173119
<View
174120
style={
175121
Array [
@@ -199,24 +145,6 @@ exports[`UploadProgressIndicator should render an active UploadProgressIndicator
199145
}
200146
testID="active-upload-progress-indicator"
201147
>
202-
<View
203-
style={
204-
Array [
205-
Object {
206-
"alignItems": "center",
207-
"height": "100%",
208-
"justifyContent": "center",
209-
"opacity": 0,
210-
"position": "absolute",
211-
"width": "100%",
212-
},
213-
Object {
214-
"backgroundColor": "#000000CC",
215-
},
216-
Object {},
217-
]
218-
}
219-
/>
220148
<View
221149
style={
222150
Array [

0 commit comments

Comments
 (0)