@ -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");
});