Skip to content

Commit af756de

Browse files
committed
test: update snap
1 parent 775e48d commit af756de

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

+18
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,21 @@ exports[`renders ./components/cascader/demo/suffix.vue correctly 1`] = `
166166
<!---->
167167
</div>
168168
`;
169+
170+
exports[`renders ./components/cascader/demo/tagRender.vue correctly 1`] = `
171+
<div suffixicon="Shopping Around" class="ant-select ant-cascader ant-select-multiple ant-select-allow-clear">
172+
<!---->
173+
<!---->
174+
<div class="ant-select-selector">
175+
<div class="ant-select-selection-overflow">
176+
<!---->
177+
<div class="ant-select-selection-overflow-item ant-select-selection-overflow-item-suffix" style="opacity: 1;">
178+
<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>
179+
</div>
180+
<!---->
181+
</div><span class="ant-select-selection-placeholder">Please select</span>
182+
</div>
183+
<!---->
184+
<!---->
185+
</div>
186+
`;

0 commit comments

Comments
 (0)