Skip to content

Commit cddaf8c

Browse files
committed
test: update snap
1 parent 93c1d40 commit cddaf8c

File tree

7 files changed

+120
-120
lines changed

7 files changed

+120
-120
lines changed

components/calendar/__tests__/__snapshots__/demo.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ exports[`renders ./components/calendar/demo/select.vue correctly 1`] = `
19091909
</div>
19101910
</div>
19111911
</td>
1912-
<td title="2017-01-31" class="ant-picker-cell ant-picker-cell-in-view">
1912+
<td title="2017-01-31" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
19131913
<div class="ant-picker-cell-inner ant-picker-calendar-date">
19141914
<div class="ant-picker-calendar-date-value">31</div>
19151915
<div class="ant-picker-calendar-date-content">

components/calendar/__tests__/__snapshots__/index.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ exports[`Calendar Calendar should support locale 1`] = `
3939
</thead>
4040
<tbody>
4141
<tr>
42-
<td title="2018-09-30" class="ant-picker-cell">
42+
<td title="2018-09-30" class="ant-picker-cell ant-picker-cell-end">
4343
<div class="ant-picker-cell-inner ant-picker-calendar-date">
4444
<div class="ant-picker-calendar-date-value">30</div>
4545
<div class="ant-picker-calendar-date-content">

components/date-picker/__tests__/__snapshots__/DatePicker.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ exports[`DatePicker prop locale should works 1`] = `
145145
<td title="2000-01-30" class="ant-picker-cell ant-picker-cell-in-view">
146146
<div class="ant-picker-cell-inner">30</div>
147147
</td>
148-
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-in-view">
148+
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
149149
<div class="ant-picker-cell-inner">31</div>
150150
</td>
151151
<td title="2000-02-01" class="ant-picker-cell ant-picker-cell-start">

components/date-picker/__tests__/__snapshots__/RangePicker.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exports[`RangePicker customize separator 1`] = `
4646
<td title="2017-08-30" class="ant-picker-cell">
4747
<div class="ant-picker-cell-inner">30</div>
4848
</td>
49-
<td title="2017-08-31" class="ant-picker-cell">
49+
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
5050
<div class="ant-picker-cell-inner">31</div>
5151
</td>
5252
<td title="2017-09-01" class="ant-picker-cell ant-picker-cell-start ant-picker-cell-in-view">
@@ -144,7 +144,7 @@ exports[`RangePicker customize separator 1`] = `
144144
<td title="2017-09-29" class="ant-picker-cell ant-picker-cell-in-view">
145145
<div class="ant-picker-cell-inner">29</div>
146146
</td>
147-
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
147+
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
148148
<div class="ant-picker-cell-inner">30</div>
149149
</td>
150150
</tr>

components/date-picker/__tests__/__snapshots__/WeekPicker.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exports[`WeekPicker should support style prop 1`] = `
4343
<td title="2017-08-30" class="ant-picker-cell">
4444
<div class="ant-picker-cell-inner">30</div>
4545
</td>
46-
<td title="2017-08-31" class="ant-picker-cell">
46+
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
4747
<div class="ant-picker-cell-inner">31</div>
4848
</td>
4949
<td title="2017-09-01" class="ant-picker-cell ant-picker-cell-start ant-picker-cell-in-view">
@@ -145,7 +145,7 @@ exports[`WeekPicker should support style prop 1`] = `
145145
<td title="2017-09-29" class="ant-picker-cell ant-picker-cell-in-view">
146146
<div class="ant-picker-cell-inner">29</div>
147147
</td>
148-
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
148+
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
149149
<div class="ant-picker-cell-inner">30</div>
150150
</td>
151151
</tr>

components/date-picker/__tests__/__snapshots__/other.test.js.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ exports[`Picker format by locale date 1`] = `
149149
<td title="2000-01-30" class="ant-picker-cell ant-picker-cell-in-view">
150150
<div class="ant-picker-cell-inner">30</div>
151151
</td>
152-
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-in-view">
152+
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
153153
<div class="ant-picker-cell-inner">31</div>
154154
</td>
155155
<td title="2000-02-01" class="ant-picker-cell ant-picker-cell-start">
@@ -329,7 +329,7 @@ exports[`Picker format by locale dateTime 1`] = `
329329
<td title="2000-01-30" class="ant-picker-cell ant-picker-cell-in-view">
330330
<div class="ant-picker-cell-inner">30</div>
331331
</td>
332-
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-in-view">
332+
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
333333
<div class="ant-picker-cell-inner">31</div>
334334
</td>
335335
<td title="2000-02-01" class="ant-picker-cell ant-picker-cell-start">
@@ -1045,7 +1045,7 @@ exports[`Picker format by locale week 1`] = `
10451045
<td title="2000-01-30" class="ant-picker-cell ant-picker-cell-in-view">
10461046
<div class="ant-picker-cell-inner">30</div>
10471047
</td>
1048-
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-in-view">
1048+
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
10491049
<div class="ant-picker-cell-inner">31</div>
10501050
</td>
10511051
<td title="2000-02-01" class="ant-picker-cell ant-picker-cell-start">

0 commit comments

Comments
 (0)