Close antd modal using React testing library
After learning React testing library, I set out an assignment for myself. The sequence of steps in my test are: Click a button to open antd Modal, verify if the modal is open, click on the close button on the top right corner ('X' icon) and verify if...
vijayt.hashnode.dev2 min read