This commit is contained in:
2020-12-04 00:43:21 +00:00
parent f2a32be7c1
commit 0f05f050c2

View File

@@ -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]");