Experimenting with a UI test that was recorded for the Logon screen in our app. The test runs fine when stepping through in the debugger.
When running in real time the logon step takes longer than the app waits for idle to finish.
Is there a step that can be used to wait for an element on the next screen to exist?
Something similar to this step in calabash - wait_for_element_exists(element_query, options = {})
Whats the best practice approach for solving this problem with the new UI Testing capability?