diff --git a/tests/commands/uploadMeteorTestApp.js b/tests/commands/uploadMeteorTestApp.js index 8fcc3d636f..e73486e5b1 100644 --- a/tests/commands/uploadMeteorTestApp.js +++ b/tests/commands/uploadMeteorTestApp.js @@ -20,7 +20,7 @@ const testappPath = require('path').resolve(__dirname + "/../assets/meteor-testa exports.command = function() { return this - .url('/apps') + .url(this.launch_url + '/apps') .waitForElementVisible('.upload-button', short_wait) .perform(function (client, done) { client.setValue("input[type=file]", testappPath, () => {