Skip to content

Commit 6feb25e

Browse files
07souravkundafrancisf
authored andcommitted
update: local test url
1 parent 934a839 commit 6feb25e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/sample_local_test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ describe('BStack Local Testing', async function() {
1717
});
1818

1919
it('check tunnel is working', async function () {
20-
await driver.get('http://bs-local.com:45691/check');
21-
let source = await driver.getPageSource();
22-
assert(source.match(/Up and running/i) != null);
20+
await driver.get('http://bs-local.com:45454/');
21+
let title = await driver.getTitle();
22+
assert(title.match(/BrowserStack Local/i) != null);
2323
});
2424

2525
after(async function() {

0 commit comments

Comments
 (0)