How to test ant design select with React Testing Library and jest
<Select
placeholder=""
id="selecttest"
value="test1">
<Option key={1} id="select" value={"test1"}>test1 </Option>
test2