I am in need of some serious help. When I input the touch command into the calabash-ios console, it works just as it should in every case. For example,
touch("view marked:'Select Accounts'")
works exactly as it should.
However, when I actually run the tests with the exact same command, it does not work. It doesn't throw any error at all, but the action that is supposed to be initiated by the button click is not occurring. And it's frustrating me to no end...What's really killing me is that it's not a consistent issue, sometimes the touch command works just fine, other times it doesn't.
Has anyone else had an issue similar to this, and if so, were you able to discover what the problem was?
Thanks in advance! Ade