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: