Skip to content

Commit 9830f9b

Browse files
committed
chore: update test name
1 parent 0caab81 commit 9830f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bstack_test_add_to_cart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { expect, test } = require('@playwright/test');
22

3-
test('BStackDemo sample test 2', async ({ page }) => {
3+
test('BStackDemo test add to cart', async ({ page }) => {
44
// visit the site
55
await page.goto('https://bstackdemo.com/');
66

0 commit comments

Comments
 (0)