Listen

Description

I'm looking into testing tables with testing library and was wondering, how would you approach testing a semantic HTML table with React testing library?

I found this issue (https://github.com/testing-library/dom-testing-library/issues/583#issuecomment-997347372) on Github, but there seems to be no definitive answer.

Thanks a lot!

How to test semantic HTML tables?