Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added bstack to test name
  • Loading branch information
agarneha1331 committed Jun 20, 2023
commit 6e059636c681e102a4f74adaa5fb4da62781992d
2 changes: 1 addition & 1 deletion tests/specs/local_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe('BrowserStack Local Testing', () => {
describe('BStack Local Testing', () => {
it('can check tunnel working', async () => {
await browser.url('http://bs-local.com:45691/check');
(await browser.getPageSource()).should.match(/Up and running/i);
Expand Down
2 changes: 1 addition & 1 deletion tests/specs/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe("Testing with Bstackdemo", () => {
describe("Testing with BStackDemo", () => {
it("add product to cart", async () => {
await browser.url("https://bstackdemo.com/");
await browser.waitUntil(
Expand Down