Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Apr 4, 2024
1 parent 1d0709f commit 36d7560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/site/playwright-tests/overboard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function verifyAddToCartDidNotFail(page) {

// test.use({ testRunState: "SUCCESS_IN_MAIN_WITH_SOURCE" });

test('select color', async ({ page }) => {
test('Playwright :: select color', async ({ page }) => {
// test('select color', async ({ pageWithMeta: { page } }) => {
await page.goto('http://localhost:3000');

Expand All @@ -28,7 +28,7 @@ test('select color', async ({ page }) => {


// test('can buy board', async ({ pageWithMeta: { page } }) => {
test('can buy board', async ({ page }) => {
test('Playwright :: can buy board', async ({ page }) => {
await page.goto('http://localhost:3000');

await selectColor(page, "blue")
Expand Down

0 comments on commit 36d7560

Please sign in to comment.