This commit is contained in:
@@ -161,43 +161,43 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/adm-report-templates");
|
||||
cy.url().should("include", "/adm-report-templates");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=reportTemplatesTable]");
|
||||
|
||||
cy.visit("/adm-attachments");
|
||||
cy.url().should("include", "/adm-attachments");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=attachTable]");
|
||||
|
||||
cy.visit("/adm-history");
|
||||
cy.url().should("include", "/adm-history");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=historyTable]");
|
||||
|
||||
cy.visit("/ops-backup");
|
||||
cy.url().should("include", "/ops-backup");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=backupTable]");
|
||||
|
||||
cy.visit("/ops-server-state");
|
||||
cy.url().should("include", "/ops-server-state");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=serverStateOpen]");
|
||||
|
||||
cy.visit("/ops-jobs");
|
||||
cy.url().should("include", "/ops-jobs");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=jobsTable]");
|
||||
|
||||
cy.visit("/ops-log");
|
||||
cy.url().should("include", "/ops-log");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=selectedLog]");
|
||||
|
||||
cy.visit("/ops-metrics");
|
||||
cy.url().should("include", "/ops-metrics");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=selectedTimePeriod]");
|
||||
|
||||
cy.visit("/ops-profile");
|
||||
cy.url().should("include", "/ops-profile");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=profileCard]");
|
||||
|
||||
cy.visit("/ops-notification-settings");
|
||||
cy.url().should("include", "/ops-notification-settings");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=smtpDeliveryActive]");
|
||||
|
||||
cy.visit("/about");
|
||||
cy.url().should("include", "/about");
|
||||
|
||||
Reference in New Issue
Block a user