Compare commits

..

1 Commits

Author SHA1 Message Date
acc3f1c2ff ci: Instrumentation tests coverage in ci. 2025-03-22 16:10:29 +01:00

@ -176,8 +176,6 @@ open class WithANRException {
anrCount++
handleAnrDialogue()
} else { // chain all failures down to the default espresso handler
Log.e("AMINE", "AMINE : ${error.message}")
println("AMINE : ${error.message}")
DefaultFailureHandler(getInstrumentation().targetContext).handle(error, viewMatcher)
}
}