describe("smoke test", () => { it("loads the app shell", () => { cy.visit("/"); cy.contains("h1", "batchCooking").should("be.visible"); }); });