e2e fixes

This commit is contained in:
Wyatt Johnson
2018-04-09 16:34:08 -06:00
parent 8a7d4c4fcc
commit afa592aa78
+2 -2
View File
@@ -28,7 +28,7 @@ module.exports = {
return this.section.comments;
},
navigateToAsset: function(asset) {
this.api.url(`${this.api.launchUrl}/assets/title/${asset}`);
this.api.url(`${this.api.launchUrl}/dev/assets/title/${asset}`);
return this;
},
switchToIframe: function() {
@@ -44,7 +44,7 @@ module.exports = {
},
],
url: function() {
return this.api.launchUrl;
return this.api.launchUrl + '/dev/';
},
elements: {
iframe: `#${iframeId}`,