We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124d7c9 commit b717b24Copy full SHA for b717b24
tests/search.limit.spec.tsx
@@ -39,7 +39,7 @@ describe('Cascader.Search', () => {
39
40
doSearch(wrapper, 'as');
41
const itemList = wrapper.find('div.rc-cascader-menu-item-content');
42
- expect(itemList).toHaveLength(itemList.length);
+ expect(itemList).toHaveLength(100);
43
});
44
45
it('limit', () => {
0 commit comments