From b6b1ffa7f654a60dc099a9c90a44aedb35cd88d0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 1 Nov 2021 18:51:33 +0000 Subject: [PATCH] --- e2e/tests/regression/accounting-user/accounting-features.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2e/tests/regression/accounting-user/accounting-features.js b/e2e/tests/regression/accounting-user/accounting-features.js index 596a481..e07c8cd 100644 --- a/e2e/tests/regression/accounting-user/accounting-features.js +++ b/e2e/tests/regression/accounting-user/accounting-features.js @@ -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]")