CB-11656 (Android) Appium tests: Fixed side menu opening on some more resolutions
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 @@
                             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) {