How do i scroll a UITable view down until i see a cell with label “Value” in Calabash
问题 How do i scroll a UITableView down until i see a cell with label "Value" in Calabash/Cucumber . I've been trying to do it using: Then I swipe down until I see "Value" and using: Then I scroll down until I see "Value" but none of them seem to work. Thanks! The message I get when I try with the above is obviously: You can implement step definitions for undefined steps with these snippets: Then(/^I swipe down until I see "(.*?)"$/) do |arg1| pending # express the regexp above with the code you