We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7f661 commit 065f5caCopy full SHA for 065f5ca
examples-test/base/commonTools.js
@@ -20,7 +20,7 @@ var commonTools = ({
20
}
21
//var baseDir = path.resolve(__dirname, '../../').replace(/\\/g, '/');
22
//var exampleUrl = baseDir + '/examples/' + type + '/' + exampleName + '.html';
23
- var basePath = 'http://192.168.169.39:8090/iserver/iClient/forJavaScript';
+ var basePath = 'http://localhost:8090/iserver/iClient/forJavaScript';
24
var exampleUrl = basePath + '/examples/' + type + '/' + exampleName + '.html';
25
browser.url(exampleUrl);
26
browser.pause(2000);
0 commit comments