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