You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: