test: update snap

pull/6019/head
tangjinzhou 2022-10-04 14:50:15 +08:00
parent 775e48d428
commit af756de1f3
1 changed files with 18 additions and 0 deletions

View File

@ -166,3 +166,21 @@ exports[`renders ./components/cascader/demo/suffix.vue correctly 1`] = `
<!----> <!---->
</div> </div>
`; `;
exports[`renders ./components/cascader/demo/tagRender.vue correctly 1`] = `
<div suffixicon="Shopping Around" class="ant-select ant-cascader ant-select-multiple ant-select-allow-clear">
<!---->
<!---->
<div class="ant-select-selector">
<div class="ant-select-selection-overflow">
<!---->
<div class="ant-select-selection-overflow-item ant-select-selection-overflow-item-suffix" style="opacity: 1;">
<div class="ant-select-selection-search" style="width: 0px;"><input type="search" id="rc_select_TEST_OR_SSR" autocomplete="off" class="ant-select-selection-search-input" role="combobox" aria-haspopup="listbox" aria-owns="rc_select_TEST_OR_SSR_list" aria-autocomplete="list" aria-controls="rc_select_TEST_OR_SSR_list" readonly="" unselectable="on" style="opacity: 0;"><span class="ant-select-selection-search-mirror" aria-hidden="true">&nbsp;</span></div>
</div>
<!---->
</div><span class="ant-select-selection-placeholder">Please select</span>
</div>
<!---->
<!---->
</div>
`;