Skip to content

Commit f1c3090

Browse files
prod | 07-08-24 | Commit-1
1 parent a853165 commit f1c3090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const waitTime = 2; // 2 seconds
1414
// const GRID_HOST = process.env.GRID_HOST || "@hub.lambdatest.com/wd/hub"; //connect to lambdatest hub
1515

1616
// const GRID_URL = process.env.GRID_URL || "GRID_URL";
17-
const GRID_URL = "https://haiderk:V2mDZgIXHVEFxPfVu3cODSDpe9cZ4MT2Z1ZkDbp5uMJ8XL0nxh@stage-hub.lambdatestinternal.com/wd/hub";
17+
// 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";
1919
// const GRID_URL = "https://haiderk:i7vF5r66IYgsgE9Hp5t6hZqd5PkQX021FgpWRC70mp0ShbFh1R@hub.lambdatest.com/wd/hub";
2020

@@ -39,8 +39,8 @@ async function searchTextOnGoogle() {
3939
accessKey: process.env.LT_ACCESS_KEY,
4040
name: "test session", // name of the test
4141
build: `${platform}${browserName}${version}`, // name of the build
42-
// "smartUI.build": "rachaelc/sc-118267/no-availability-1722894770/////",
43-
"smartUI.build": "Abc!@#$%^&*()_+[ ]\{}|;':<>?",
42+
"smartUI.build": "rachaelc/sc-118267/no-availability-1722894770",
43+
// "smartUI.build": "Abc!@#$%^&*()_+[ ]\{}|;':<>?",
4444
"smartUI.project": "Abc!@#$%^&*()_+[ ]\{}|;':<>?",
4545
github: {
4646
url: process.env.GITHUB_URL,

0 commit comments

Comments
 (0)