How to make espresso wait for an element by using the Android ViewActions class.
We covered how to use espresso idling resources and also the problems of idling resources. A nicer way to handle this is to use ViewActions. The ViewAction class is part of the public test framework API which allows devs to write their own ViewAction implementations when necessary.















