You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2016/12/09 02:25:01 UTC

cordova-plugin-contacts git commit: [Appium] use closed driver variable during appium init

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master e94b0f01b -> 1f2af6650


[Appium] use closed driver variable during appium init


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

Branch: refs/heads/master
Commit: 1f2af6650507902560726b7a21d5a0587b13fb94
Parents: e94b0f0
Author: filmaj <ma...@gmail.com>
Authored: Thu Dec 8 18:24:53 2016 -0800
Committer: filmaj <ma...@gmail.com>
Committed: Thu Dec 8 18:24:53 2016 -0800

----------------------------------------------------------------------
 appium-tests/common/common.spec.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/1f2af665/appium-tests/common/common.spec.js
----------------------------------------------------------------------
diff --git a/appium-tests/common/common.spec.js b/appium-tests/common/common.spec.js
index 17f9fac..67133ae 100644
--- a/appium-tests/common/common.spec.js
+++ b/appium-tests/common/common.spec.js
@@ -65,10 +65,10 @@ describe('Contacts Android', function () {
                 webviewContext = context;
                 return driver.context(webviewContext);
             })
-            .then(function(driver) {
+            .then(function() {
                 return wdHelper.waitForDeviceReady(driver);
             })
-            .then(function(driver) {
+            .then(function() {
                 return wdHelper.injectLibraries(driver);
             });
     }


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