All accounting regression tests coded and passing locally

This commit is contained in:
2021-11-01 23:54:21 +00:00
parent 920c5b7680
commit a1f342ff67
2 changed files with 16 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ describe("When Accounting user logs in", () => {
//open nav pane
cy.get("[data-cy=navicon]").click();
cy.contains("Accounting"); //accounting is part of name displayed at top
/*
//USER OPTIONS
cy.get("[data-cy=home]").click();
@@ -213,8 +213,6 @@ describe("When Accounting user logs in", () => {
//SERVICE RATES
cy.get("[data-cy=navicon]").click();
*/
cy.get("[data-cy=accounting]").click();
cy.get("[data-cy='nav/acc-service-rates']").click();
cy.url().should("include", "/acc-service-rates");