mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 06:17:27 +08:00
e2e fixes
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user