This commit is contained in:
@@ -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`);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user