This commit is contained in:
2021-11-04 21:41:06 +00:00
parent ccfbc4e0b6
commit 9248abdd2e
3 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
Break apart tests into smaller chunks for multiple reasons
Service user features work
sb self contained and use standard test data because will also want to run without accounting prior
Inventory User features work

View File

@@ -37,7 +37,6 @@ describe("When Accounting user logs in", () => {
cy.get("[data-cy='nativeDateTimeInput']").check({ force: true });
//DASHBOARD
cy.get("[data-cy=navicon]").click();
cy.get("[data-cy='nav/home-dashboard']").click();
cy.url().should("include", "/home-dashboard");