Skip to content

Commit

Permalink
test: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
linhf123 committed Mar 5, 2024
1 parent d46e1a4 commit dc036ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ConfigProvider prefixCls iconPrefixCls 1`] = `
<span
aria-label="plus"
class="anticon anticon-plus"
role="img"
>
<svg
aria-hidden="true"
data-icon="plus"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z"
/>
<path
d="M192 474h672q8 0 8 8v60q0 8-8 8H160q-8 0-8-8v-60q0-8 8-8z"
/>
</svg>
</span>
`;

exports[`ConfigProvider prefixCls prefixCls 1`] = `
<button
class="ant-btn ant-btn-default"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,10 @@ exports[`PageContainer extra and footer 1`] = `
class="ant-picker-input"
>
<input
aria-invalid="false"
autocomplete="off"
placeholder="DatePicker"
readonly=""
size="12"
title=""
value=""
/>
<span
Expand Down Expand Up @@ -466,12 +465,13 @@ exports[`PageContainer extra and footer 1`] = `
class="ant-picker ant-picker-range ant-picker-large ant-picker-outlined"
>
<div
class="ant-picker-input ant-picker-input-active"
class="ant-picker-input"
>
<input
aria-invalid="false"
autocomplete="off"
placeholder="开始日期"
readonly=""
date-range="start"
placeholder="Start date"
size="12"
value=""
/>
Expand Down Expand Up @@ -508,16 +508,17 @@ exports[`PageContainer extra and footer 1`] = `
class="ant-picker-input"
>
<input
aria-invalid="false"
autocomplete="off"
placeholder="结束日期"
readonly=""
date-range="end"
placeholder="End date"
size="12"
value=""
/>
</div>
<div
class="ant-picker-active-bar"
style="left: 0px; width: 0px; position: absolute;"
style="position: absolute; width: 0px; left: 0px;"
/>
<span
class="ant-picker-suffix"
Expand Down Expand Up @@ -554,11 +555,10 @@ exports[`PageContainer extra and footer 1`] = `
class="ant-picker-input"
>
<input
aria-invalid="false"
autocomplete="off"
placeholder="TimePicker"
readonly=""
size="10"
title=""
value=""
/>
<span
Expand Down

0 comments on commit dc036ba

Please sign in to comment.