diff --git a/site/cypress/integration/shopping-cart.spec.js b/site/cypress/integration/shopping-cart.spec.js index e42a5b152..a4963db89 100644 --- a/site/cypress/integration/shopping-cart.spec.js +++ b/site/cypress/integration/shopping-cart.spec.js @@ -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()