concretesolutions / kappuccino

A kotlin library to simplify how to do espresso tests on Android.
Apache License 2.0
109 stars 20 forks source link

textCompoundDrawable matcher is not working #100

Closed heitorcolangelo closed 6 years ago

heitorcolangelo commented 6 years ago

I was updating the gradle to 3.1.2 and after running the test suit the ManipulateTextActivityTest failed. Turns out that the drawables wasn't on the screen because it seems that the method setCompoundDrawables (ManipulateTextActivity line 18) does not work properly. So I changed to setCompoundDrawablesWithIntrinsicBounds and then the drawables started to be shown. But still, the tests keeps failing.