Skip to content

Commit 28263bb

Browse files
committed
test: update snap
1 parent 5aad611 commit 28263bb

File tree

6 files changed

+88
-1627
lines changed

6 files changed

+88
-1627
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exports[`DatePicker prop locale should works 1`] = `
55
<div class="ant-picker-input"><input readonly="" placeholder="Избери дата" title="2000-01-01" size="12" autocomplete="off"><span class="ant-picker-suffix"><span role="img" aria-label="calendar" class="anticon anticon-calendar"><svg focusable="false" class="" data-icon="calendar" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"></path></svg></span>
66
<!----></span><span class="ant-picker-clear" role="button"><span role="img" aria-label="close-circle" class="anticon anticon-close-circle"><svg focusable="false" class="" data-icon="close-circle" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"></path></svg></span></span>
77
</div>
8+
<div style="pointer-events: none; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;"></div>
89
<div>
910
<!---->
1011
<div class="ant-picker-dropdown" style="pointer-events: none; display: none;">

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

+2-41
Original file line numberDiff line numberDiff line change
@@ -6,46 +6,7 @@ exports[`QuarterPicker reset select item when popup close 1`] = `
66
<!----></span>
77
<!---->
88
</div>
9-
<div>
10-
<!---->
11-
<div class="ant-picker-dropdown ant-slide-up-enter ant-slide-up-enter-prepare ant-slide-up-enter-start" style="pointer-events: none; display: none;">
12-
<div class="ant-picker-panel-container">
13-
<div class="ant-picker-panel-layout">
14-
<!---->
15-
<div tabindex="-1" class="ant-picker-panel ant-picker-panel-focused">
16-
<div class="ant-picker-quarter-panel">
17-
<div class="ant-picker-header"><button type="button" tabindex="-1" class="ant-picker-header-super-prev-btn"><span class="ant-picker-super-prev-icon"></span></button>
18-
<!---->
19-
<div class="ant-picker-header-view"><button type="button" class="ant-picker-year-btn">2023</button></div>
20-
<!----><button type="button" tabindex="-1" class="ant-picker-header-super-next-btn"><span class="ant-picker-super-next-icon"></span></button>
21-
</div>
22-
<div class="ant-picker-body">
23-
<table class="ant-picker-content">
24-
<!---->
25-
<tbody>
26-
<tr>
27-
<td title="2023-Q1" class="ant-picker-cell ant-picker-cell-in-view">
28-
<div class="ant-picker-cell-inner">Q1</div>
29-
</td>
30-
<td title="2023-Q2" class="ant-picker-cell ant-picker-cell-in-view">
31-
<div class="ant-picker-cell-inner">Q2</div>
32-
</td>
33-
<td title="2023-Q3" class="ant-picker-cell ant-picker-cell-in-view">
34-
<div class="ant-picker-cell-inner">Q3</div>
35-
</td>
36-
<td title="2023-Q4" class="ant-picker-cell ant-picker-cell-in-view">
37-
<div class="ant-picker-cell-inner">Q4</div>
38-
</td>
39-
</tr>
40-
</tbody>
41-
</table>
42-
</div>
43-
</div>
44-
<!---->
45-
</div>
46-
</div>
47-
</div>
48-
</div>
49-
</div>
9+
<div style="pointer-events: none; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;"></div>
10+
<!---->
5011
</div>
5112
`;

0 commit comments

Comments
 (0)