Skip to content

Commit 83f5247

Browse files
committed
Added bstack to scenerio
1 parent 22f6eec commit 83f5247

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/local/local_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert');
22
Feature('BrowserStack Local Testing');
33

4-
Scenario('Local Test', async ({ I }) => {
4+
Scenario('BStack Local Test', async ({ I }) => {
55
I.amOnPage("http://bs-local.com:45454/")
66

77
let text = await I.grabTitle()

src/test/sample/sample_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert');
22
Feature('Add to Cart');
33

4-
Scenario('Sample Test', async ({ I }) => {
4+
Scenario('BStack Sample Test', async ({ I }) => {
55
I.amOnPage("https://bstackdemo.com")
66
let expectedProductName = await I.grabTextFrom('//*[@id="1"]/p')
77
I.click('//*[@id="1"]/div[4]')

0 commit comments

Comments
 (0)