Skip to content

Commit 191af11

Browse files
committed
test: update test case
1 parent 7ce7fbe commit 191af11

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

tests/__snapshots__/Select.multiple.spec.js.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ exports[`TreeSelect.multiple can hide search box by showSearch = false 1`] = `
2222
>
2323
<input
2424
aria-autocomplete="list"
25-
aria-controls="test-id_list"
2625
aria-expanded="false"
2726
aria-haspopup="listbox"
28-
aria-owns="test-id_list"
2927
autocomplete="off"
3028
class="rc-tree-select-input"
3129
id="test-id"

tests/__snapshots__/Select.spec.tsx.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,8 @@ exports[`TreeSelect.basic render renders correctly 1`] = `
8181
>
8282
<input
8383
aria-autocomplete="list"
84-
aria-controls="test-id_list"
8584
aria-expanded="false"
8685
aria-haspopup="listbox"
87-
aria-owns="test-id_list"
8886
autocomplete="off"
8987
class="awesome-input"
9088
id="test-id"
@@ -112,10 +110,8 @@ exports[`TreeSelect.basic render renders disabled correctly 1`] = `
112110
/>
113111
<input
114112
aria-autocomplete="list"
115-
aria-controls="test-id_list"
116113
aria-expanded="false"
117114
aria-haspopup="listbox"
118-
aria-owns="test-id_list"
119115
autocomplete="off"
120116
class="rc-tree-select-input"
121117
disabled=""

0 commit comments

Comments
 (0)