Dilpreet Singh
Dilpreet Singh
Thanks for the solution @Vojtas87
Sorry, I should have added this in the description, these are not running on Emulator, they are jvm based unit/integration tests but we do use android.test.espresso and its ViewMatchers to...
It would be a bit challenging to create a minimal demo as we have a lot of boilerplate code for these tests. To summarise, we have a wrapper activity where...
Hi @utzcoz @brettchabot I wasn't able to find the cause of this but I was able to fix it by using this Matcher: https://github.com/open-tool/ultron/blob/master/ultron/src/main/java/com/atiurin/ultron/custom/espresso/matcher/SuitableRootMatcher.kt As I mentioned in my issue...