This commit is contained in:
@@ -71,6 +71,10 @@ describe("SMOKE", () => {
|
||||
cy.url().should("include", "/cust-head-offices");
|
||||
cy.get("[data-cy=headofficesTable]");
|
||||
|
||||
cy.visit("/cust-head-offices/1");
|
||||
cy.url().should("include", "cust-head-offices/1");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/cust-users");
|
||||
cy.url().should("include", "/cust-users");
|
||||
cy.get("[data-cy=custUsersTable]");
|
||||
@@ -151,6 +155,10 @@ describe("SMOKE", () => {
|
||||
cy.url().should("include", "/vendors");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/vendors/1");
|
||||
cy.url().should("include", "vendors/1");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/acc-accounting");
|
||||
cy.url().should("include", "/acc-accounting");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
Reference in New Issue
Block a user