Skip to content

Commit 727ab1c

Browse files
committed
test(components/input): 更新之前国际化时未更新的测试快照
1 parent 37c5d87 commit 727ab1c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/components/src/input/__tests__/__snapshots__/Input.test.tsx.snap

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`Input basic 1`] = `
66
class="t-input-skin t-input t--size-m"
77
>
88
<input
9+
placeholder="Please input"
910
type="text"
1011
value=""
1112
/>
@@ -20,6 +21,7 @@ exports[`Input basic 2`] = `
2021
>
2122
<input
2223
class="hello"
24+
placeholder="Please input"
2325
type="text"
2426
value=""
2527
/>
@@ -33,6 +35,7 @@ exports[`Input clearable 1`] = `
3335
class="t-input-skin t-input t-input--clearable t--size-m"
3436
>
3537
<input
38+
placeholder="Please input"
3639
type="text"
3740
value=""
3841
/>
@@ -45,6 +48,7 @@ exports[`Input count 1`] = `
4548
class="t-input-skin t-input t--size-m"
4649
>
4750
<input
51+
placeholder="Please input"
4852
type="text"
4953
value=""
5054
/>
@@ -67,6 +71,7 @@ exports[`Input count 2`] = `
6771
class="t-input-skin t-input t--size-m"
6872
>
6973
<input
74+
placeholder="Please input"
7075
type="text"
7176
value=""
7277
/>
@@ -91,6 +96,7 @@ exports[`Input count 3`] = `
9196
class="t-input-skin t-input t-input--textarea t--size-m"
9297
>
9398
<textarea
99+
placeholder="Please input"
94100
rows="3"
95101
/>
96102
<div
@@ -108,6 +114,7 @@ exports[`Input count 4`] = `
108114
class="t-input-skin t-input t-input--textarea t--size-m"
109115
>
110116
<textarea
117+
placeholder="Please input"
111118
rows="3"
112119
/>
113120
<div
@@ -127,6 +134,7 @@ exports[`Input loading 1`] = `
127134
class="t-input-skin t-input t-input--loading t--size-m"
128135
>
129136
<input
137+
placeholder="Please input"
130138
type="text"
131139
value=""
132140
/>
@@ -162,6 +170,7 @@ exports[`Input password basic 1`] = `
162170
class="t-input-skin t-input t--size-m"
163171
>
164172
<input
173+
placeholder="Please input"
165174
type="password"
166175
/>
167176
<div
@@ -194,6 +203,7 @@ exports[`Input prefix 1`] = `
194203
foo
195204
</div>
196205
<input
206+
placeholder="Please input"
197207
type="text"
198208
value=""
199209
/>
@@ -205,6 +215,7 @@ exports[`Input suffix 1`] = `
205215
class="t-input-skin t-input t--size-m"
206216
>
207217
<input
218+
placeholder="Please input"
208219
type="text"
209220
value=""
210221
/>
@@ -221,6 +232,7 @@ exports[`Input textarea 1`] = `
221232
class="t-input-skin t-input t-input--textarea t--size-m"
222233
>
223234
<textarea
235+
placeholder="Please input"
224236
rows="3"
225237
/>
226238
</label>

0 commit comments

Comments
 (0)