I’m trying to run our Espresso test suite through the “Virtual device testing for Android” build step, but the tests hang on an “Accept terms” screen of Chrome (see screenshot).
We’re opening a browser when the user needs to authenticate, these tests run fine on local devices.
It seems that it occurs once the browser is opened. In our case we need to open the browser to authenticate the user, locally our tests run properly, but these terms & conditions ruin the fun