All accounting regression tests coded and passing locally
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user