e2e test seems to work like this actually so 🤷

main
Kay 3 weeks ago
parent 2c6c59390f
commit bbb09ed06e

@ -3,6 +3,7 @@ describe("Seepy", () => {
cy.visit("/");
cy.get("ion-app").should("exist");
cy.get("ion-spinner").should("exist");
// TODO: handle storage in e2e tests
cy.get("ion-spinner").should("not.exist");
cy.get("ion-tab-bar").should("exist");
});
});

Loading…
Cancel
Save