Using testing-playground with React Testing Library
React Testing Library is a popular testing utility tool for front-end testing. Challenges can arise using React Testing Library, when trying to work out how to target an element. A logical option may be to add a data-testid attribute to the element y...





