This commit is contained in:
Dinushi Herath 2022-05-31 14:32:35 +10:00
parent 3c64e43897
commit c067efba1a

View File

@ -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()