ios_tests/lib/ios/specs/device/device.rb in appium_lib-8.0.2 vs ios_tests/lib/ios/specs/device/device.rb in appium_lib-8.1.0

- old
+ new

@@ -73,10 +73,10 @@ wait { id 'ArrowButton' } # successfully transitioned to buttons page go_back end t 'swipe' do - swipe start_x: 75, start_y: 500, end_x: 75, end_y: 0, duration: 800 + swipe start_x: 75, start_y: 500, delta_x: 75, delta_y: 0, duration: 800 end t 'pinch & zoom' do wait { id('ImagesExplain').click } # both of these appear to do nothing on iOS 8