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