mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 23:16:59 +00:00
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
describe('Home Page', () => {
|
|
it('displays all 3 products on the home page', () => {
|
|
cy.visit('http://localhost:3001')
|
|
cy.get('[data-test="product-tag"]')
|
|
})
|
|
})
|