You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2016/08/02 15:11:35 UTC

cordova-plugin-camera git commit: CB-11656 (Android) Appium tests: Fixed side menu opening on some more resolutions

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 5807458a1 -> fee72c7c0


CB-11656 (Android) Appium tests: Fixed side menu opening on some more resolutions


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/fee72c7c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/fee72c7c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/fee72c7c

Branch: refs/heads/master
Commit: fee72c7c0439037d1d7ee44603271c528eda769c
Parents: 5807458
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Tue Aug 2 18:11:19 2016 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Tue Aug 2 18:11:19 2016 +0300

----------------------------------------------------------------------
 appium-tests/android/android.spec.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/fee72c7c/appium-tests/android/android.spec.js
----------------------------------------------------------------------
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) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org