This commit is contained in:
@@ -131,6 +131,10 @@ describe("SMOKE", () => {
|
|||||||
cy.url().should("include", "/svc-loaners");
|
cy.url().should("include", "/svc-loaners");
|
||||||
cy.get("[data-cy=loanUnitsTable]");
|
cy.get("[data-cy=loanUnitsTable]");
|
||||||
|
|
||||||
|
cy.visit("/svc-loaners/1");
|
||||||
|
cy.url().should("include", "/svc-loaners/1");
|
||||||
|
cy.get("[data-cy=name]");
|
||||||
|
|
||||||
cy.visit("/svc-contracts");
|
cy.visit("/svc-contracts");
|
||||||
cy.url().should("include", "/svc-contracts");
|
cy.url().should("include", "/svc-contracts");
|
||||||
cy.get("[data-cy=underconstruction]");
|
cy.get("[data-cy=underconstruction]");
|
||||||
@@ -145,12 +149,36 @@ describe("SMOKE", () => {
|
|||||||
|
|
||||||
cy.visit("/svc-csr");
|
cy.visit("/svc-csr");
|
||||||
cy.url().should("include", "/svc-csr");
|
cy.url().should("include", "/svc-csr");
|
||||||
cy.get("[data-cy=underconstruction]");
|
cy.get("[data-cy=csrTable]");
|
||||||
|
|
||||||
|
cy.visit("/svc-csr/1");
|
||||||
|
cy.url().should("include", "/svc-csr/1");
|
||||||
|
cy.get("[data-cy=name]");
|
||||||
|
|
||||||
//################# INVENTORY
|
//################# INVENTORY
|
||||||
cy.visit("/inv-parts");
|
cy.visit("/inv-parts");
|
||||||
cy.url().should("include", "/inv-parts");
|
cy.url().should("include", "/inv-parts");
|
||||||
cy.get("[data-cy=underconstruction]");
|
cy.get("[data-cy=partsTable]");
|
||||||
|
|
||||||
|
cy.visit("/inv-parts/1");
|
||||||
|
cy.url().should("include", "/inv-parts/1");
|
||||||
|
cy.get("[data-cy=partNumber]");
|
||||||
|
|
||||||
|
cy.visit("/inv-part-assemblies");
|
||||||
|
cy.url().should("include", "/inv-part-assemblies");
|
||||||
|
cy.get("[data-cy=partassemblysTable]");
|
||||||
|
|
||||||
|
cy.visit("/inv-part-assemblies/1");
|
||||||
|
cy.url().should("include", "/inv-part-assemblies/1");
|
||||||
|
cy.get("[data-cy=name]");
|
||||||
|
|
||||||
|
cy.visit("/inv-part-warehouses");
|
||||||
|
cy.url().should("include", "/inv-part-warehouses");
|
||||||
|
cy.get("[data-cy=partwarehousesTable]");
|
||||||
|
|
||||||
|
cy.visit("/inv-part-warehouses/1");
|
||||||
|
cy.url().should("include", "/inv-part-warehouses/1");
|
||||||
|
cy.get("[data-cy=name]");
|
||||||
|
|
||||||
cy.visit("/inv-part-inventory");
|
cy.visit("/inv-part-inventory");
|
||||||
cy.url().should("include", "/inv-part-inventory");
|
cy.url().should("include", "/inv-part-inventory");
|
||||||
|
|||||||
Reference in New Issue
Block a user