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