This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
Break apart tests into smaller chunks for multiple reasons
|
||||||
|
|
||||||
Service user features work
|
Service user features work
|
||||||
sb self contained and use standard test data because will also want to run without accounting prior
|
sb self contained and use standard test data because will also want to run without accounting prior
|
||||||
Inventory User features work
|
Inventory User features work
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ describe("When Accounting user logs in", () => {
|
|||||||
cy.get("[data-cy='nativeDateTimeInput']").check({ force: true });
|
cy.get("[data-cy='nativeDateTimeInput']").check({ force: true });
|
||||||
|
|
||||||
//DASHBOARD
|
//DASHBOARD
|
||||||
|
|
||||||
cy.get("[data-cy=navicon]").click();
|
cy.get("[data-cy=navicon]").click();
|
||||||
cy.get("[data-cy='nav/home-dashboard']").click();
|
cy.get("[data-cy='nav/home-dashboard']").click();
|
||||||
cy.url().should("include", "/home-dashboard");
|
cy.url().should("include", "/home-dashboard");
|
||||||
|
|||||||
Reference in New Issue
Block a user