Skip to content

Commit

Permalink
remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Oct 1, 2024
1 parent 8a812bd commit 87d7eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vercel-commerce/e2e/base.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test('the actual commerce functionality', async ({ page }) => {

await page.goto('/');

const hanraShirtLink = page.getByRole('link', { name: 'Hanra Shirt Hanra Shirt $108.' }); // getByAttribute('href', '/product/hanra-shirt');
const hanraShirtLink = page.getByRole('link', { name: 'Hanra Shirt Hanra Shirt $108.' });

await hanraShirtLink.click();

Expand Down

0 comments on commit 87d7eb8

Please sign in to comment.