Skip to content

Commit 6d04011

Browse files
authored
Changed grid URL from Beta to live updated
1 parent 39248a7 commit 6d04011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const USERNAME = '{username}';
2727
const KEY = '{accessKey}';
2828

2929
// gridUrl: gridUrl can be found at automation dashboard
30-
const GRID_HOST = 'beta-hub.lambdatest.com/wd/hub';
30+
const GRID_HOST = 'hub.lambdatest.com/wd/hub';
3131

3232
function searchTextOnGoogle() {
3333

@@ -67,4 +67,4 @@ function searchTextOnGoogle() {
6767
});
6868
}
6969

70-
searchTextOnGoogle();
70+
searchTextOnGoogle();

0 commit comments

Comments
 (0)