This commit is contained in:
@@ -6,14 +6,7 @@ describe("Workorder creation", () => {
|
||||
it("should work", () => {
|
||||
cy.ayLogin("service");
|
||||
cy.aySetTestableUserOptions();
|
||||
//open nav pane
|
||||
cy.get("[data-cy=navicon]").click();
|
||||
cy.contains("- Service"); //part of name displayed at top
|
||||
|
||||
//WORKORDER
|
||||
|
||||
cy.get("[data-cy=service]").click(); //only if not setting project above
|
||||
cy.get("[data-cy='nav/svc-workorders']").click();
|
||||
cy.visit("/svc-workorders");
|
||||
cy.url().should("include", "/svc-workorders");
|
||||
cy.get("[data-cy=workordersTable]");
|
||||
cy.get("[data-cy='workorder-list:new']:first").click();
|
||||
|
||||
Reference in New Issue
Block a user