Skip to content

Commit 9973be6

Browse files
agarneha1331francisf
authored andcommitted
Added bstack to test name
1 parent d3bb204 commit 9973be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/specs/local_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe('BrowserStack Local Testing', () => {
1+
describe('BStack Local Testing', () => {
22
it('can check tunnel working', async () => {
33
await browser.url('http://bs-local.com:45454');
44
await browser.waitUntil(

tests/specs/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe("Testing with Bstackdemo", () => {
1+
describe("Testing with BStackDemo", () => {
22
it("add product to cart", async () => {
33
await browser.url("https://bstackdemo.com/");
44
await browser.waitUntil(

0 commit comments

Comments
 (0)