I have a fairly simple UI for login that includes a TextInputLayout containing a TextInputEditText. For both a username and password.
The login button is disabled until the username is at least 3 characters and the password is at least 6.
I've specified in Firebase's Robo test console that the resources are:
username: "my_test_username" password: "123456"
I've checked the id fields for these TextInputEditText. They're using
@+id/username and @+id/password
When I run the tests and view the videos, Robo never enters the test. The depth is set to 50 and the timeout is 5 minutes. The depth to get to this screen is only 1.