Skip to content

Commit 0c65e1d

Browse files
author
Eric Olkowski
committed
Updated snapshots
1 parent cf7434d commit 0c65e1d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/react-core/src/components/FileUpload/__tests__/__snapshots__/FileUpload.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ exports[`simple fileupload 1`] = `
8787
</span>
8888
</div>
8989
<input
90+
hidden=""
9091
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
9192
tabindex="-1"
9293
type="file"

packages/react-core/src/components/MultipleFileUpload/__tests__/__snapshots__/MultipleFileUpload.test.tsx.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ exports[`MultipleFileUpload renders custom class names 1`] = `
88
tabindex="0"
99
>
1010
<input
11+
hidden=""
1112
multiple=""
1213
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
1314
tabindex="-1"
@@ -26,6 +27,7 @@ exports[`MultipleFileUpload renders with expected class names when horizontal 1`
2627
tabindex="0"
2728
>
2829
<input
30+
hidden=""
2931
multiple=""
3032
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
3133
tabindex="-1"
@@ -44,6 +46,7 @@ exports[`MultipleFileUpload renders with expected class names when not horizonta
4446
tabindex="0"
4547
>
4648
<input
49+
hidden=""
4750
multiple=""
4851
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
4952
tabindex="-1"

0 commit comments

Comments
 (0)