mirror of
https://github.com/vercel/commerce.git
synced 2025-08-10 19:01:22 +00:00
test
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user