Skip to content

Commit 85b7f63

Browse files
committed
chore: change google.com to duckduckduck.go in comments
1 parent 28cc7dc commit 85b7f63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

duckduckgo_search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const expect = require('chai').expect;
2020

2121
/*
2222
* The BrowserStack specific code ends here. Following this line is your test script.
23-
* Here, we have a simple script that opens google.com, searches for the word BrowserStack and asserts the result.
23+
* Here, we have a simple script that opens duckduckgo.com, searches for the word BrowserStack and asserts the result.
2424
*/
2525
const page = await browser.newPage();
2626
await page.goto('https://www.duckduckgo.com');

parallel_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const main = async (cap) => {
1111
});
1212
/*
1313
* The BrowserStack specific code ends here. Following this line is your test script.
14-
* Here, we have a simple script that opens google.com, searches for the word BrowserStack and asserts the result.
14+
* Here, we have a simple script that opens duckduckgo.com, searches for the word BrowserStack and asserts the result.
1515
*/
1616
const page = await browser.newPage();
1717
await page.goto('https://www.duckduckgo.com');

0 commit comments

Comments
 (0)