On iOS 7, I have a test like this for calabash:
And I fill in text fields as follows:
| field | text |
| Name | Batking |
| Apt/Suite # | 87 |
| ZIP Code | 68067 |
| Location Name (e.g. Home) | Cave |
The textfields are on that view but somehow touch doesn't find them. The test fails and gives an error:
touch could not find view: 'textField marked:'Street Address'', args: {:query=>"textField marked:'Street Address'"} (RuntimeError)
Does anyone has a solution for this? Your help will be much appreciated