lib/calabash-android/touch_helpers.rb in calabash-android-0.5.12 vs lib/calabash-android/touch_helpers.rb in calabash-android-0.5.13.pre1
- old
+ new
@@ -7,9 +7,11 @@
result = JSON.parse(http("/gesture", JSON.parse(multi_touch_gesture.to_json), read_timeout: multi_touch_gesture.timeout+10))
if result['outcome'] != 'SUCCESS'
raise "Failed to perform gesture. #{result['reason']}"
end
+
+ nil
end
def tap(mark, *args)
puts "Warning: The method tap is deprecated. Use tap_mark instead. In later Calabash versions we will change the semantics of `tap` to take a general query."
\ No newline at end of file