Github user dblotsky commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-camera/pull/177#discussion_r53877650
  
    --- Diff: appium-tests/android/android.spec.js ---
    @@ -1,28 +1,34 @@
    -/*jslint node: true, plusplus: true */
    +/*jshint node: true */
     /*global beforeEach, afterEach */
     /*global describe, it, xit, expect, jasmine */
    -'use strict';
     
     // these tests are meant to be executed by Cordova Medic Appium runner
     // you can find it here: https://github.com/apache/cordova-medic/
     // it is not necessary to do a full CI setup to run these tests
     // just run "node cordova-medic/medic/medic.js appium --platform android 
--plugins cordova-plugin-camera"
     
    +'use strict';
    +
     var wdHelper = require('../helpers/wdHelper');
     var wd = wdHelper.getWD();
     var cameraConstants = require('../../www/CameraConstants');
     var cameraHelper = require('../helpers/cameraHelper');
    +var screenshotHelper = require('../helpers/screenshotHelper');
     
     describe('Camera tests Android.', function () {
    +
    +    var STARTING_MESSAGE = 'Ready for action!',
    +        RETRY_COUNT = 3, // how many times to retry taking a picture 
before failing
    +        MINUTE = 60 * 1000;
    +
         var driver,
    -        startingMessage = 'Ready for action!',
             // the name of webview context, it will be changed to match needed 
context if there are named ones:
             webviewContext = 'WEBVIEW',
    -        // this indicates if device library has test picture:
    +        // this indicates if device library has the test picture:
             isTestPictureSaved = false,
    -        // this indecates that there was critical error and tests cannot 
continue:
    +        // this indecates that there was a critical error and tests cannot 
continue:
    --- End diff --
    
    "indecates" -> "indicates"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to