(tests): Add additional logging about cases where file transfer server URL cannot be determined via XHR due to wkwebview-engine plugin limitations.

This commit is contained in:
filmaj 2017-04-28 12:49:18 -07:00
parent cae8cf4801
commit 84d7f482ce

View File

@ -289,6 +289,7 @@ exports.defineAutoTests = function () {
}
} catch (ex) {
console.error('Unable to load file transfer server url: ' + ex);
console.error('Note: if you are testing this on cordova-ios with cordova-plugin-wkwebview-engine, that may be why you are getting this error. See https://issues.apache.org/jira/browse/CB-10144.');
fail(ex);
}
});