Skip to content

Commit

Permalink
🐳 chore: update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
huangkairan committed Nov 15, 2023
1 parent ea02759 commit 3a7d865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Select.props.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ describe('TreeSelect.props', () => {
/>
</div>,
);
// expect(wrapper.find('.rc-tree-select-tree-title').text()).toEqual('Value 0-0');
expect(wrapper.getSelection(0).text()).toBe('Value 0-0');
});
});
Expand Down

0 comments on commit 3a7d865

Please sign in to comment.