We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caab81 commit 9830f9bCopy full SHA for 9830f9b
tests/bstack_test_add_to_cart.js
@@ -1,6 +1,6 @@
1
const { expect, test } = require('@playwright/test');
2
3
-test('BStackDemo sample test 2', async ({ page }) => {
+test('BStackDemo test add to cart', async ({ page }) => {
4
// visit the site
5
await page.goto('https://bstackdemo.com/');
6
0 commit comments