This commit is contained in:
@@ -113,19 +113,23 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/svc-units");
|
||||
cy.url().should("include", "/svc-units");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=unitsTable]");
|
||||
|
||||
cy.visit("/svc-units/1");
|
||||
cy.url().should("include", "/svc-units/1");
|
||||
cy.get("[data-cy=serial]");
|
||||
|
||||
cy.visit("/svc-unit-models");
|
||||
cy.url().should("include", "/svc-unit-models");
|
||||
cy.get("[data-cy=unitmodelsTable]");
|
||||
|
||||
|
||||
cy.visit("/svc-unit-models/1");
|
||||
cy.url().should("include", "svc-unit-models/1");
|
||||
cy.get("[data-cy=number]");
|
||||
|
||||
cy.visit("/svc-loaners");
|
||||
cy.url().should("include", "/svc-loaners");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=loanUnitsTable]");
|
||||
|
||||
cy.visit("/svc-contracts");
|
||||
cy.url().should("include", "/svc-contracts");
|
||||
@@ -135,6 +139,10 @@ describe("SMOKE", () => {
|
||||
cy.url().should("include", "/svc-projects");
|
||||
cy.get("[data-cy=projectsTable]");
|
||||
|
||||
cy.visit("/svc-projects/1");
|
||||
cy.url().should("include", "/svc-projects/1");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/svc-csr-list");
|
||||
cy.url().should("include", "/svc-csr-list");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
@@ -174,18 +182,34 @@ describe("SMOKE", () => {
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
//################# ACCOUNTING
|
||||
cy.visit("/acc-service-banks");
|
||||
cy.url().should("include", "/acc-service-banks");
|
||||
cy.get("[data-cy=serviceBanksTable]");
|
||||
|
||||
cy.visit("/acc-service-rates");
|
||||
cy.url().should("include", "/acc-service-rates");
|
||||
cy.get("[data-cy=serviceRatesTable]");
|
||||
|
||||
cy.visit("/acc-service-rates/1");
|
||||
cy.url().should("include", "/acc-service-rates/1");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/acc-travel-rates");
|
||||
cy.url().should("include", "/acc-travel-rates");
|
||||
cy.get("[data-cy=travelRatesTable]");
|
||||
|
||||
cy.visit("/acc-travel-rates/1");
|
||||
cy.url().should("include", "/acc-travel-rates/1");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/acc-tax-codes");
|
||||
cy.url().should("include", "/acc-tax-codes");
|
||||
cy.get("[data-cy=taxCodesTable]");
|
||||
|
||||
cy.visit("/acc-tax-codes/1");
|
||||
cy.url().should("include", "/acc-tax-codes/1");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
//################# ADMIN
|
||||
cy.visit("/adm-global-settings");
|
||||
cy.url().should("include", "/adm-global-settings");
|
||||
|
||||
Reference in New Issue
Block a user