Skip to content

Commit b923033

Browse files
committed
test: update test case
1 parent 47ab3e6 commit b923033

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/__snapshots__/range.spec.tsx.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exports[`Picker.Range icon 1`] = `
1111
<input
1212
aria-invalid="false"
1313
autocomplete="off"
14+
date-range="start"
1415
value="1990-09-03"
1516
/>
1617
</div>
@@ -25,6 +26,7 @@ exports[`Picker.Range icon 1`] = `
2526
<input
2627
aria-invalid="false"
2728
autocomplete="off"
29+
date-range="end"
2830
value="1990-09-03"
2931
/>
3032
</div>
@@ -62,6 +64,7 @@ exports[`Picker.Range onPanelChange is array args should render correctly in rtl
6264
<input
6365
aria-invalid="false"
6466
autocomplete="off"
67+
date-range="start"
6568
value=""
6669
/>
6770
</div>
@@ -76,6 +79,7 @@ exports[`Picker.Range onPanelChange is array args should render correctly in rtl
7679
<input
7780
aria-invalid="false"
7881
autocomplete="off"
82+
date-range="end"
7983
value=""
8084
/>
8185
</div>
@@ -99,6 +103,7 @@ exports[`Picker.Range panelRender 1`] = `
99103
<input
100104
aria-invalid="false"
101105
autocomplete="off"
106+
date-range="start"
102107
value=""
103108
/>
104109
</div>
@@ -113,6 +118,7 @@ exports[`Picker.Range panelRender 1`] = `
113118
<input
114119
aria-invalid="false"
115120
autocomplete="off"
121+
date-range="end"
116122
value=""
117123
/>
118124
</div>
@@ -161,6 +167,7 @@ exports[`Picker.Range use dateRender and monthCellRender in date range picker 1`
161167
<input
162168
aria-invalid="false"
163169
autocomplete="off"
170+
date-range="start"
164171
value=""
165172
/>
166173
</div>
@@ -175,6 +182,7 @@ exports[`Picker.Range use dateRender and monthCellRender in date range picker 1`
175182
<input
176183
aria-invalid="false"
177184
autocomplete="off"
185+
date-range="end"
178186
value=""
179187
/>
180188
</div>
@@ -1200,6 +1208,7 @@ exports[`Picker.Range use dateRender and monthCellRender in month range picker 1
12001208
<input
12011209
aria-invalid="false"
12021210
autocomplete="off"
1211+
date-range="start"
12031212
value=""
12041213
/>
12051214
</div>
@@ -1214,6 +1223,7 @@ exports[`Picker.Range use dateRender and monthCellRender in month range picker 1
12141223
<input
12151224
aria-invalid="false"
12161225
autocomplete="off"
1226+
date-range="end"
12171227
value=""
12181228
/>
12191229
</div>

0 commit comments

Comments
 (0)