We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f6eec commit 83f5247Copy full SHA for 83f5247
2 files changed
src/test/local/local_test.js
@@ -1,7 +1,7 @@
1
const assert = require('assert');
2
Feature('BrowserStack Local Testing');
3
4
-Scenario('Local Test', async ({ I }) => {
+Scenario('BStack Local Test', async ({ I }) => {
5
I.amOnPage("http://bs-local.com:45454/")
6
7
let text = await I.grabTitle()
src/test/sample/sample_test.js
Feature('Add to Cart');
-Scenario('Sample Test', async ({ I }) => {
+Scenario('BStack Sample Test', async ({ I }) => {
I.amOnPage("https://bstackdemo.com")
let expectedProductName = await I.grabTextFrom('//*[@id="1"]/p')
I.click('//*[@id="1"]/div[4]')
0 commit comments