All Questions
Tagged with angular-testing-library react-testing-library
3 questions
1
vote
1
answer
2k
views
Angular Ag-Grid row group empty render when querying DOM elements with angular-testing-library
I have an ag-grid that contains different columns and column groups, as well as row groups.
I am trying to test the DOM elements displayed in the row group using Jest and Angular Testing Library. The ...
25
votes
3
answers
16k
views
Stop huge error output from testing-library
I love testing-library, have used it a lot in a React project, and I'm trying to use it in an Angular project now - but I've always struggled with the enormous error output, including the HTML text of ...
0
votes
0
answers
99
views
Writing tests with testing-library depends on implementation details of my UI library
I am using @testing-library to test my React project which uses Material-UI as it's main UI library. As @testing-library suggests, it's main philosophy is to test the application in the exact same way ...