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