CB-12764: (android) Adapt Appium tests for Android 7

This commit is contained in:
Alexander Sorokin
2017-06-02 15:02:01 +03:00
parent 51e5c02dcb
commit 1b218cd8a0
3 changed files with 122 additions and 56 deletions
+1 -1
View File
@@ -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') {