Skip to content

Commit 94e3a5c

Browse files
committed
Fix snapshot
1 parent cbd3adc commit 94e3a5c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/components/src/components/Input/__tests__/__snapshots__/index.browser.test.tsx.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`Controlled Input > should render with value 1`] = `
44
<div>
55
<div
6-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
6+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
77
>
88
<input
99
aria-label="input"
@@ -17,7 +17,7 @@ exports[`Controlled Input > should render with value 1`] = `
1717
exports[`Input > should have typography when typography is provided 1`] = `
1818
<div>
1919
<div
20-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
20+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
2121
>
2222
<input
2323
aria-label="input"
@@ -31,7 +31,7 @@ exports[`Input > should have typography when typography is provided 1`] = `
3131
exports[`Input > should not have padding right when allowClear is false 1`] = `
3232
<div>
3333
<div
34-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
34+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
3535
>
3636
<input
3737
aria-label="input"
@@ -45,7 +45,7 @@ exports[`Input > should not have padding right when allowClear is false 1`] = `
4545
exports[`Input > should not show clear button when value is empty 1`] = `
4646
<div>
4747
<div
48-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
48+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
4949
>
5050
<input
5151
aria-label="input"
@@ -59,7 +59,7 @@ exports[`Input > should not show clear button when value is empty 1`] = `
5959
exports[`Input > should pass className prop to error message component 1`] = `
6060
<div>
6161
<div
62-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
62+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
6363
>
6464
<input
6565
aria-label="input"
@@ -79,7 +79,7 @@ exports[`Input > should pass className prop to error message component 1`] = `
7979
exports[`Input > should pass className prop to icon component 1`] = `
8080
<div>
8181
<div
82-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
82+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
8383
>
8484
<div
8585
aria-label="icon"
@@ -144,7 +144,7 @@ exports[`Input > should pass props to ClearButton component 1`] = `
144144
exports[`Input > should render disabled icon style when disabled is true 1`] = `
145145
<div>
146146
<div
147-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
147+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
148148
>
149149
<div
150150
aria-label="icon"
@@ -178,7 +178,7 @@ exports[`Input > should render disabled icon style when disabled is true 1`] = `
178178
exports[`Input > should render error style when error is true 1`] = `
179179
<div>
180180
<div
181-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
181+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
182182
>
183183
<input
184184
aria-label="input"
@@ -192,7 +192,7 @@ exports[`Input > should render error style when error is true 1`] = `
192192
exports[`Input > should render with allowClear prop 1`] = `
193193
<div>
194194
<div
195-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
195+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
196196
>
197197
<input
198198
aria-label="input"
@@ -206,7 +206,7 @@ exports[`Input > should render with allowClear prop 1`] = `
206206
exports[`Input > should render with default props 1`] = `
207207
<div>
208208
<div
209-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
209+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
210210
>
211211
<input
212212
aria-label="input"
@@ -220,7 +220,7 @@ exports[`Input > should render with default props 1`] = `
220220
exports[`Input > should render with disabled prop 1`] = `
221221
<div>
222222
<div
223-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
223+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
224224
>
225225
<input
226226
aria-label="input"
@@ -235,7 +235,7 @@ exports[`Input > should render with disabled prop 1`] = `
235235
exports[`Input > should show clear button when value is not empty 1`] = `
236236
<div>
237237
<div
238-
class="display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
238+
class=" display-0-inline-block--255 position-0-relative--255 box-sizing-0-border-box-1137980104803605758-255"
239239
>
240240
<input
241241
aria-label="input"

0 commit comments

Comments
 (0)