appium-espresso-driver
appium-espresso-driver copied to clipboard
androidx.test.espresso.AppNotIdleException
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 ?
To my knowledge there are none: https://stackoverflow.com/questions/38856136/espresso-test-error-appnotidleexception
also havent found a solution for that. Thank you. I
Except disabling animations, there is no other solution. We disable it temporarily on such specific screens and re-enable later