This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
describe("SMOKE SERVICE MISC SECTION", () => {
|
||||
it("Service MISC forms open without error", () => {
|
||||
cy.ayLogin("admin");
|
||||
//################# SERVICE
|
||||
cy.visit("/svc-schedule");
|
||||
cy.url().should("include", "/svc-schedule");
|
||||
cy.get("[data-cy=generalerror]").should("not.exist");
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
describe("SMOKE SERVICE WO SECTION", () => {
|
||||
it("Service WO forms open without error", () => {
|
||||
cy.ayLogin("admin");
|
||||
//################# SERVICE WO
|
||||
|
||||
cy.visit("/svc-workorders");
|
||||
cy.url().should("include", "/svc-workorders");
|
||||
|
||||
@@ -2,9 +2,7 @@
|
||||
|
||||
describe("SMOKE SERVICE QUOTE SECTION", () => {
|
||||
it("Service quote forms open without error", () => {
|
||||
cy.ayLogin("admin");
|
||||
|
||||
|
||||
cy.ayLogin("admin");
|
||||
cy.visit("/svc-quotes");
|
||||
cy.url().should("include", "/svc-quotes");
|
||||
cy.get("[data-cy=generalerror]").should("not.exist");
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
describe("SMOKE CUSTOMER SECTION", () => {
|
||||
it("Customer User forms open without error", () => {
|
||||
cy.ayLogin("accounting", "/customer-csr");
|
||||
cy.ayLogin("customer", "/customer-csr");
|
||||
|
||||
cy.get("[data-cy=generalerror]").should("not.exist");
|
||||
cy.get("[data-cy=csrTable]");
|
||||
|
||||
Reference in New Issue
Block a user