Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
aojunhao123 committed Oct 27, 2024
1 parent ef96118 commit 9e13232
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions tests/__snapshots__/search.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,26 @@ exports[`Cascader.Search should correct render Cascader with same field name of
class="rc-cascader-selector"
>
<span
class="rc-cascader-selection-wrap"
class="rc-cascader-selection-search"
>
<span
class="rc-cascader-selection-search"
>
<input
aria-autocomplete="list"
aria-controls="rc_select_TEST_OR_SSR_list"
aria-expanded="true"
aria-haspopup="listbox"
aria-owns="rc_select_TEST_OR_SSR_list"
autocomplete="off"
class="rc-cascader-selection-search-input"
id="rc_select_TEST_OR_SSR"
role="combobox"
type="search"
value="z"
/>
</span>
<span
class="rc-cascader-selection-placeholder"
style="visibility: hidden;"
<input
aria-autocomplete="list"
aria-controls="rc_select_TEST_OR_SSR_list"
aria-expanded="true"
aria-haspopup="listbox"
aria-owns="rc_select_TEST_OR_SSR_list"
autocomplete="off"
class="rc-cascader-selection-search-input"
id="rc_select_TEST_OR_SSR"
role="combobox"
type="search"
value="z"
/>
</span>
<span
class="rc-cascader-selection-placeholder"
style="visibility: hidden;"
/>
</div>
<div
class="rc-cascader-dropdown rc-cascader-dropdown-placement-bottomLeft"
Expand Down

0 comments on commit 9e13232

Please sign in to comment.