Having a problem updating the Calabash server version. The problem is that I can run basic tests that check for elements... However, once I try to "touch" buttons cala
Finally solved it!
It turns out that it all had to do with the calabash component in my Xamarin project.
When I first started experimenting with tests few month ago I added the calabash component (image below)
When I started adding some more tests now, I still had the same component. This component is up to date as far as I can tell. I then tried to remove it and add it again but I could no longer find it.
Turns out that now it is called "Xamarin Test Cloud Agent". I installed that component and DONE.
Hope this helps anyone.