Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2CCE3200B65 for ; Tue, 2 Aug 2016 17:11:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2B4BE160A65; Tue, 2 Aug 2016 15:11:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 734BD160A76 for ; Tue, 2 Aug 2016 17:11:36 +0200 (CEST) Received: (qmail 46554 invoked by uid 500); 2 Aug 2016 15:11:35 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 46545 invoked by uid 99); 2 Aug 2016 15:11:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 15:11:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 82A8CE0007; Tue, 2 Aug 2016 15:11:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alsorokin@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-camera git commit: CB-11656 (Android) Appium tests: Fixed side menu opening on some more resolutions Date: Tue, 2 Aug 2016 15:11:35 +0000 (UTC) archived-at: Tue, 02 Aug 2016 15:11:37 -0000 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 Authored: Tue Aug 2 18:11:19 2016 +0300 Committer: Alexander Sorokin 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