lib/calabash-cucumber/tests_helpers.rb in calabash-cucumber-0.9.101 vs lib/calabash-cucumber/tests_helpers.rb in calabash-cucumber-0.9.104

- old
+ new

@@ -3,9 +3,19 @@ module Calabash module Cucumber module TestsHelpers include Calabash::Cucumber::Core + def navigation_path(*args) + + #navigation_path( + # [:a , 2], + # [""], + #) + + + end + def element_does_not_exist(uiquery) query(uiquery).empty? end def element_exists(uiquery)