Android Studio UI testing with Journey has weird behavior on TextField


So I was trying to use Journey to do a UI test and found that, after it enters the text into the TextField, it will go to the next line (and exit the app) for no reason. It's 100% reproducible.

Test file:

<journey name="My first Journey"> <description xml:space="preserve">End-to-End test.</description> <actions xml:space="preserve"> <action>Tap on City TextField and verify the soft keyboard appears.</action> <action>Type "Boston" into the city text field, verify the soft keyboard still appears.</action> </actions> </journey>

Demo:

enter image description here

0
Jul 3 at 2:50 AM
User AvatarSam Chen
#android#android-studio#gui-testing#journey

No answer found for this question yet.