This commit is contained in:
@@ -67,9 +67,9 @@ describe("SMOKE", () => {
|
||||
cy.url().should("include", "/cust-customers/1");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/cust-headoffices");
|
||||
cy.url().should("include", "/cust-headoffices");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.visit("/cust-head-offices");
|
||||
cy.url().should("include", "/cust-head-offices");
|
||||
cy.get("[data-cy=headofficesTable]");
|
||||
|
||||
cy.visit("/cust-users");
|
||||
cy.url().should("include", "/cust-users");
|
||||
|
||||
Reference in New Issue
Block a user