mirror of
https://github.com/vercel/commerce.git
synced 2025-06-17 20:51:21 +00:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
describe('Home Page', () => {
|
|
it('displays all 3 products on the home page', () => {
|
|
cy.visit('/');
|
|
});
|
|
});
|