This commit is contained in:
@@ -15,7 +15,7 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/home-dashboard");
|
||||
cy.url().should("include", "/home-dashboard");
|
||||
// cy.get("[data-cy=underconstruction]");
|
||||
// cy.get("[data-cy=underconstruction]");
|
||||
|
||||
//go to every form and ensure it loads
|
||||
|
||||
@@ -73,7 +73,7 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/cust-head-offices/1");
|
||||
cy.url().should("include", "cust-head-offices/1");
|
||||
cy.get("[data-cy=name]");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/cust-users");
|
||||
cy.url().should("include", "/cust-users");
|
||||
@@ -153,7 +153,7 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/vendors");
|
||||
cy.url().should("include", "/vendors");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=vendorsTable]");
|
||||
|
||||
cy.visit("/vendors/1");
|
||||
cy.url().should("include", "vendors/1");
|
||||
|
||||
Reference in New Issue
Block a user