appium-espresso-driver icon indicating copy to clipboard operation
appium-espresso-driver copied to clipboard

androidx.test.espresso.AppNotIdleException

Open RSM-SBA opened this issue 3 years ago • 3 comments

I'm currenlty trying to convert my testsuites from uiautomator to espresso. Currently i struggle with this exception "androidx.test.espresso.AppNotIdleException:"

Most probably it occurs because there is an active animation (endless) on the screen. Is there a workaround for this, except disabling animations in the app ?

RSM-SBA avatar Sep 23 '21 10:09 RSM-SBA

To my knowledge there are none: https://stackoverflow.com/questions/38856136/espresso-test-error-appnotidleexception

mykola-mokhnach avatar Sep 23 '21 11:09 mykola-mokhnach

also havent found a solution for that. Thank you. I

RSM-SBA avatar Sep 23 '21 11:09 RSM-SBA

Except disabling animations, there is no other solution. We disable it temporarily on such specific screens and re-enable later

rajdeepv avatar Sep 29 '21 09:09 rajdeepv