You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. In Espresso, click any view that will launch a new activity, or click back
to go back to the previous activity
2. At the next line, do check isDisplayed() on any view in the next activity
What is the expected output? What do you see instead?
Expected: The check returned without problem
Actual: Sometimes it performs the check too quick, and the UI is still in the
current activity. In that case, a NoMatchingViewException is thrown.
What version of the product are you using? On what operating system?
Android emulator 4.1.2
Please provide any additional information below.
This does not happen very often. Maybe just one out of 100 tries. That doesn't
sound very high if this is an app, but that's very high for Continuous Delivery
automation. For any test suite that has more than 100 test scripts doing this,
it's almost guaranteed to fail. For automation in Continuous Delivery, we are
looking for one out of a million tries stability, and I think that's what
Espresso is supposed to do.
Original issue reported on code.google.com by [email protected] on 11 Feb 2014 at 7:10
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Feb 2014 at 7:10The text was updated successfully, but these errors were encountered: