@@ -295,7 +295,7 @@ describe('Appium', function () {
295295 await app . resetApp ( )
296296 await app . tap ( "//android.widget.Button[@resource-id = 'io.selendroid.testapp:id/touchTest']" )
297297 await app . waitForText ( 'Gesture Type' , 10 , "//android.widget.TextView[@resource-id = 'io.selendroid.testapp:id/gesture_type_text_view']" )
298- await app . swipeDown ( "//android.widget.LinearLayout[@resource-id = 'io.selendroid.testapp:id/LinearLayout1']" , 800 , 800 )
298+ await app . swipeDown ( "//android.widget.LinearLayout[@resource-id = 'io.selendroid.testapp:id/LinearLayout1']" , 1200 , 1000 )
299299 const type = await app . grabTextFrom ( "//android.widget.TextView[@resource-id = 'io.selendroid.testapp:id/gesture_type_text_view']" )
300300 assert . equal ( type , 'FLICK' )
301301 } )
@@ -380,7 +380,7 @@ describe('Appium', function () {
380380 await app . resetApp ( )
381381 await app . tap ( "//android.widget.Button[@resource-id = 'io.selendroid.testapp:id/touchTest']" )
382382 await app . waitForText ( 'Gesture Type' , 10 , "//android.widget.TextView[@resource-id = 'io.selendroid.testapp:id/gesture_type_text_view']" )
383- await app . swipeUp ( "//android.widget.LinearLayout[@resource-id = 'io.selendroid.testapp:id/LinearLayout1']" , 1200 , 1000 )
383+ await app . swipeDown ( "//android.widget.LinearLayout[@resource-id = 'io.selendroid.testapp:id/LinearLayout1']" , 1200 , 1000 )
384384 await app . browser . pause ( 2000 )
385385 await app . waitForElement ( "//android.widget.TextView[@resource-id = 'io.selendroid.testapp:id/text_view4']" , 15 )
386386 const type = await app . grabTextFrom ( "//android.widget.TextView[@resource-id = 'io.selendroid.testapp:id/gesture_type_text_view']" )
0 commit comments