Panagiotis Plytas
Results
2
comments of
Panagiotis Plytas
What about implementing something similar to the `findAll` method described [here](https://www.native-testing-library.com/docs/api-test-instance#findall). It was part of the deprecated `native-testing-library` and was intended to be used as an escape hatch for selecting...
TBH I can see how it may do more harm than good. Maybe a stricter API like an extra parameter (e.g. `TargetElementType`) in `*ByText` methods would be a safer, more...