File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const waitTime = 2; // 2 seconds
1616// const GRID_URL = process.env.GRID_URL || "GRID_URL";
1717// const GRID_URL = "https://haiderk:V2mDZgIXHVEFxPfVu3cODSDpe9cZ4MT2Z1ZkDbp5uMJ8XL0nxh@stage-hub.lambdatestinternal.com/wd/hub";
1818// const GRID_URL = "https://smartui-internal:jNbKw8iwoDlqGuBfIBtd5F1Cnr4A0H07ifYNDGpylobjWyA2QX@stage-hub.lambdatestinternal.com/wd/hub";
19- // const GRID_URL = "https://haiderk:i7vF5r66IYgsgE9Hp5t6hZqd5PkQX021FgpWRC70mp0ShbFh1R@hub.lambdatest.com/wd/hub";
19+ const GRID_URL = "https://haiderk:i7vF5r66IYgsgE9Hp5t6hZqd5PkQX021FgpWRC70mp0ShbFh1R@hub.lambdatest.com/wd/hub" ;
2020
2121async function searchTextOnGoogle ( ) {
2222 const keys = process . argv ;
@@ -45,6 +45,7 @@ async function searchTextOnGoogle() {
4545 github : {
4646 url : process . env . GITHUB_URL ,
4747 } ,
48+
4849 } ;
4950 if ( tunnel === "true" ) {
5051 capabilities . tunnel = true ;
You can’t perform that action at this time.
0 commit comments