Open RocketPuppy opened 5 years ago
I think I can use the byRole selector in react-testing-library https://testing-library.com/docs/dom-testing-library/api-queries#byrole to implement all of the default test views. The only tricky bit is differentiating between single-select and multi-select.
byRole
I think I can use the
byRole
selector in react-testing-library https://testing-library.com/docs/dom-testing-library/api-queries#byrole to implement all of the default test views. The only tricky bit is differentiating between single-select and multi-select.