test-butler icon indicating copy to clipboard operation
test-butler copied to clipboard

TestButler doesn't play nice with Lollipop

Open felipecsl opened this issue 7 years ago • 0 comments

I'm not sure what is going on with TestButler with Lollipop but really weird things happen with our app when it's installed. Most importantly, touch events don't seem to be triggered correctly by Espresso, but even when testing manually clicking buttons does fire the touch feedback but the listener code is never fired. We're using ButterKnife @OnClick if that matters. I haven't had time to look into the specifics of why this happens, but maybe it's worth creating this to keep track and see if anyone else has seen this problem

felipecsl avatar Mar 17 '17 00:03 felipecsl