fixed failing e2e-test due to browser release
Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/ad31610f Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/ad31610f Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/ad31610f Branch: refs/heads/master Commit: ad31610fac93d824ed8fc25761e947fb52894691 Parents: e5b8a3c Author: Steve Gill <[email protected]> Authored: Tue Aug 29 23:10:02 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Aug 29 23:10:02 2017 -0700 ---------------------------------------------------------------------- integration-tests/platform.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/ad31610f/integration-tests/platform.spec.js ---------------------------------------------------------------------- diff --git a/integration-tests/platform.spec.js b/integration-tests/platform.spec.js index 82f6711..a5d2a93 100644 --- a/integration-tests/platform.spec.js +++ b/integration-tests/platform.spec.js @@ -187,7 +187,7 @@ describe('platform add plugin rm end-to-end', function () { cordova.create('hello') .then(function () { process.chdir(project); - return cordova.platform('add', 'browser@latest'); + return cordova.platform('add', 'browser@latest', {'fetch': true}); }) .then(function () { return cordova.plugin('add', 'cordova-plugin-media'); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
