This commit is contained in:
@@ -37,15 +37,15 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/home-user-settings");
|
||||
cy.url().should("include", "/home-user-settings");
|
||||
|
||||
// cy.visit("/home-translation");
|
||||
// cy.url().should("include", "/home-translation");
|
||||
// cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=emailAddress]");
|
||||
|
||||
cy.visit("/home-password");
|
||||
cy.url().should("include", "/home-password");
|
||||
cy.get("[data-cy=loginName]");
|
||||
|
||||
cy.visit("/home-notify-subscriptions");
|
||||
cy.url().should("include", "/home-notify-subscriptions");
|
||||
cy.get("[data-cy=subsTable]");
|
||||
|
||||
cy.visit("/cust-customers");
|
||||
cy.url().should("include", "/cust-customers");
|
||||
@@ -137,61 +137,101 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/adm-global-settings");
|
||||
cy.url().should("include", "/adm-global-settings");
|
||||
cy.get("[data-cy=pickListTemplates]");
|
||||
|
||||
cy.visit("/adm-global-select-templates");
|
||||
cy.url().should("include", "/adm-global-select-templates");
|
||||
cy.get("[data-cy=selectTemplate]");
|
||||
|
||||
cy.visit("/adm-license");
|
||||
cy.url().should("include", "/adm-license");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/adm-users");
|
||||
cy.url().should("include", "/adm-users");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/adm-translation");
|
||||
cy.url().should("include", "/adm-translation");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/adm-report-templates");
|
||||
cy.url().should("include", "/adm-report-templates");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/adm-attachments");
|
||||
cy.url().should("include", "/adm-attachments");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/adm-history");
|
||||
cy.url().should("include", "/adm-history");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/ops-backup");
|
||||
cy.url().should("include", "/ops-backup");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/ops-server-state");
|
||||
cy.url().should("include", "/ops-server-state");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/ops-jobs");
|
||||
cy.url().should("include", "/ops-jobs");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/ops-log");
|
||||
cy.url().should("include", "/ops-log");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/ops-metrics");
|
||||
cy.url().should("include", "/ops-metrics");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/ops-profile");
|
||||
cy.url().should("include", "/ops-profile");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/ops-notification-settings");
|
||||
cy.url().should("include", "/ops-notification-settings");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/about");
|
||||
cy.url().should("include", "/about");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/applog");
|
||||
cy.url().should("include", "/applog");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/customize/Widget");
|
||||
cy.url().should("include", "/customize/Widget");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/data-list-view/TestWidgetDataList/widget-list/0");
|
||||
cy.url().should(
|
||||
"include",
|
||||
"/data-list-view/TestWidgetDataList/widget-list"
|
||||
);
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/review/2/1");
|
||||
cy.url().should("include", "/review/2/1");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/history/3/1");
|
||||
cy.url().should("include", "/history/3/1");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
//TODO: REPORT
|
||||
|
||||
cy.visit("/widgets");
|
||||
cy.url().should("include", "/widgets");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/widgets/0");
|
||||
cy.url().should("include", "/widgets/0");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/NOTFOUND");
|
||||
cy.contains("404");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user