m3-academy-template-vtexio/tests/cypress/e2e/home.cy.js

12 lines
177 B
JavaScript
Raw Normal View History

2022-08-11 13:06:07 +00:00
describe("empty spec", () => {
before(() => {
cy.setVtexIdCookie();
});
it("passes", () => {
cy.visit("/");
cy.visit("/login")
});
});