Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Avoid a redirect on every load.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboxall committed Nov 1, 2015
1 parent 8cbac0b commit 76a76d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exports.command = function(url, callback) {

var params = qs.stringify({'url': url, 'site_folder': bundleUrl});

return browser.url('http://preview.mobify.com?' + params)
return browser.url('https://preview.mobify.com?' + params)
.waitForElementPresent('#authorize', 10000, function() {
this.click('#authorize', function() {
browser.waitUntilMobified(10000, function(result) {
Expand Down

0 comments on commit 76a76d7

Please sign in to comment.