1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-10 19:01:22 +00:00
This commit is contained in:
Dinushi Herath
2022-05-31 14:32:35 +10:00
parent 3c64e43897
commit c067efba1a

@@ -1,5 +1,5 @@
describe("Shopping Cart", () => {
it("users can add products to the cart", () => {
it("userss can add products to the cart", () => {
cy.visit("/")
cy.getBySel("product-tag").eq(0).click()
cy.get('[aria-label="Add to Cart"]').click()