diff --git a/appium-tests/android/android.spec.js b/appium-tests/android/android.spec.js index e9373e9..76c2b82 100644 --- a/appium-tests/android/android.spec.js +++ b/appium-tests/android/android.spec.js @@ -101,7 +101,7 @@ describe('Camera tests Android.', function () { var touchTile = new wd.TouchAction(), swipeRight = new wd.TouchAction(); touchTile.press({x: Math.round(screenWidth / 4), y: Math.round(screenHeight / 5)}).release(); - swipeRight.press({x: 10, y: Math.round(screenHeight / 2)}) + swipeRight.press({x: 10, y: Math.round(screenHeight * 0.8)}) .wait(300) .moveTo({x: Math.round(screenWidth / 2), y: Math.round(screenHeight / 2)}) .release();