Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jan 11, 2022
1 parent f3347c0 commit a7b7824
Showing 1 changed file with 14 additions and 66 deletions.
80 changes: 14 additions & 66 deletions tests/__snapshots__/doc.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -775,76 +775,24 @@ exports[`docs demos 📸 renders ./docs/demos/valueType.tsx correctly 1`] = `
<div
class="ant-form-item-control-input-content"
>
<div
class="ant-select ant-pro-filed-search-select pro-field pro-field-m ant-select-single ant-select-allow-clear ant-select-show-arrow"
style="min-width: 100px;"
<span
class="ant-input-affix-wrapper pro-field pro-field-m"
>
<div
class="ant-select-selector"
>
<span
class="ant-select-selection-search"
>
<input
aria-activedescendant="text_list_0"
aria-autocomplete="list"
aria-controls="text_list"
aria-haspopup="listbox"
aria-owns="text_list"
autocomplete="off"
class="ant-select-selection-search-input"
id="text"
readonly=""
role="combobox"
style="opacity: 0;"
type="search"
unselectable="on"
value=""
/>
</span>
<span
class="ant-select-selection-item"
title="123456"
>
123456
</span>
</div>
<input
class="ant-input"
id="text"
placeholder="请输入"
type="text"
value="123456"
/>
<span
aria-hidden="true"
class="ant-select-arrow"
style="user-select: none;"
unselectable="on"
>
<span
aria-label="down"
class="anticon anticon-down ant-select-suffix"
role="img"
>
<svg
aria-hidden="true"
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"
/>
</svg>
</span>
</span>
<span
aria-hidden="true"
class="ant-select-clear"
style="user-select: none;"
unselectable="on"
class="ant-input-suffix"
>
<span
aria-label="close-circle"
class="anticon anticon-close-circle"
role="img"
class="anticon anticon-close-circle ant-input-clear-icon"
role="button"
tabindex="-1"
>
<svg
aria-hidden="true"
Expand All @@ -861,7 +809,7 @@ exports[`docs demos 📸 renders ./docs/demos/valueType.tsx correctly 1`] = `
</svg>
</span>
</span>
</div>
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit a7b7824

Please sign in to comment.