I have a React Native project and I wanted to write some E2E. The thing is working with:
- tapOn: point: 50%,65%
but is not recognizing the testID’s like the following:
- tapOn: id: "checkbox"
The testsID’s were correctly added and for some reason is not working, even if I put a timeout to wait for be displayed.
What could be wrong with my project?
I tried a lot of wait for animation or wait until displayed and is not working because is not recognizing the testID’s. Even when the screen is fully load and the component is in the screen displayed.
Gabriel Alonso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.