Using Testing Library with implicit ARIA roles
Semantic HTML ensures neat structure and good accessibility to the document. Testing Library's getByRole function is very helpful with this, but, not knowing elements' implicit roles, its use can become a huge hurdle.