From c067efba1a6f2988f601971177fc9af86c0de66e Mon Sep 17 00:00:00 2001 From: Dinushi Herath <dinushi.herath@roamdigital.com> Date: Tue, 31 May 2022 14:32:35 +1000 Subject: [PATCH] test --- site/cypress/integration/shopping-cart.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()