Commit 4f00b4d5 authored by YuShijiaCode's avatar YuShijiaCode

update user portal url

parent f610ee05
...@@ -23,7 +23,7 @@ class Login_Page { ...@@ -23,7 +23,7 @@ class Login_Page {
console.log("currentUrl: " + currentUrl); console.log("currentUrl: " + currentUrl);
} }
// http://unibee:[email protected]/ // http://unibee:[email protected]/
openUserUrl = async function (driver, url = 'http://unibee:123456@testing.unibee.top/'){ openUserUrl = async function (driver, url = 'http://unibee:123456@autotest.unibee.top/'){
console.log("Open URL: " + url); console.log("Open URL: " + url);
await baseStep.access_url(driver,url); await baseStep.access_url(driver,url);
await baseStep.wait(driver, 3000); await baseStep.wait(driver, 3000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment