From fee72c7c0439037d1d7ee44603271c528eda769c Mon Sep 17 00:00:00 2001 From: Alexander Sorokin Date: Tue, 2 Aug 2016 18:11:19 +0300 Subject: [PATCH] CB-11656 (Android) Appium tests: Fixed side menu opening on some more resolutions --- appium-tests/android/android.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appium-tests/android/android.spec.js b/appium-tests/android/android.spec.js index eb65153..733c18a 100644 --- a/appium-tests/android/android.spec.js +++ b/appium-tests/android/android.spec.js @@ -121,9 +121,10 @@ describe('Camera tests Android.', function () { y: Math.round(screenHeight / 4) }); swipeRight - .press({x: 10, y: 100}) + .press({x: 10, y: 150}) .wait(300) .moveTo({x: Math.round(screenWidth - (screenWidth / 8)), y: 0}) + .wait(1500) .release() .wait(1000); if (options.allowEdit) {