This commit is contained in:
2021-11-01 18:51:33 +00:00
parent 7fef4050b2
commit b6b1ffa7f6

View File

@@ -51,11 +51,9 @@ describe("When Accounting user logs in", () => {
//MEMOS
cy.get("[data-cy=navicon]").click();
cy.get("[data-cy='nav/home-memos']").click();
cy.url().should("include", "/home-memos");
cy.get("[data-cy=memosTable]");
//new memo
cy.get("[data-cy='memo-list:new']").click();
cy.url().should("include", "/home-memos/");
cy.get("[data-cy=pickListSelectedUserId]")