Skip to content

Commit

Permalink
Merge pull request #3351 from sandstorm-io/zarvox-fix-upload-meteor-t…
Browse files Browse the repository at this point in the history
…est-app

Make uploadMeteorTestApp.js navigate to a canonical URL
  • Loading branch information
zarvox authored May 29, 2020
2 parents 81e27ad + b2d7844 commit 59afdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/uploadMeteorTestApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, () => {
Expand Down

0 comments on commit 59afdce

Please sign in to comment.