forked from public/cordova-plugin-camera
CB-12764: (android) Adapt Appium tests for Android 7
This commit is contained in:
@@ -183,7 +183,7 @@ describe('Camera tests iOS.', function () {
|
||||
return driver
|
||||
.context(webviewContext)
|
||||
.setAsyncScriptTimeout(MINUTE / 2)
|
||||
.executeAsync(cameraHelper.checkPicture, [getCurrentPromiseId(), options])
|
||||
.executeAsync(cameraHelper.checkPicture, [getCurrentPromiseId(), options, false])
|
||||
.then(function (result) {
|
||||
if (shouldLoad) {
|
||||
if (result !== 'OK') {
|
||||
|
||||
Reference in New Issue
Block a user