This commit is contained in:
2021-12-20 20:30:22 +00:00
parent 158adf21f7
commit 19b58f280f

View File

@@ -34,5 +34,11 @@ describe("Memo features", () => {
cy.get("[data-cy=navicon]").click();
cy.get("[data-cy='nav/home-reminders']").click();
cy.url().should("include", "/home-reminders");
//should show reminder made above in month display by default
cy.get("[data-cy=navicon]").click();
cy.get("[data-cy='nav/home-schedule']").click();
cy.url().should("include", "/home-schedule");
cy.contains(`${Cypress.config("cyid")}-test-reminder`);
});
});