Skip to content

Commit 5c5eafa

Browse files
07-08-24 | Commit-27
1 parent 65fd67b commit 5c5eafa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ 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/////",
42+
// "smartUI.build": "rachaelc/sc-118267/no-availability-1722894770/////",
4343
"smartUI.build": "Abc!@#$%^&*()_+[ ]\{}|;':<>?",
44-
// "smartUI.project": "Gethealthie-Build_Issue-2",
44+
"smartUI.project": "Abc!@#$%^&*()_+[ ]\{}|;':<>?",
4545
github: {
4646
url: process.env.GITHUB_URL,
4747
},
@@ -76,8 +76,8 @@ async function startTest(gridUrl, capabilities, name) {
7676
const duration = moment.duration(end_date.diff(start_date));
7777
console.log(`${caps.name} : Setup Time: ${duration.asSeconds()} seconds`);
7878

79-
const url = "https://www.lambdatest.com/";
80-
// const url = "https://www.flipkart.com/";
79+
// const url = "https://www.lambdatest.com/";
80+
const url = "https://www.flipkart.com/";
8181
// const url = "https://www.samsung.com/";
8282

8383
console.log(url);

0 commit comments

Comments
 (0)