This commit is contained in:
@@ -201,22 +201,22 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/about");
|
||||
cy.url().should("include", "/about");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=versionCard]");
|
||||
|
||||
cy.visit("/applog");
|
||||
cy.url().should("include", "/applog");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=logText]");
|
||||
|
||||
cy.visit("/customize/Widget");
|
||||
cy.url().should("include", "/customize/Widget");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=customizeForm]");
|
||||
|
||||
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.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/review/2/1");
|
||||
cy.url().should("include", "/review/2/1");
|
||||
@@ -224,17 +224,17 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/history/3/1");
|
||||
cy.url().should("include", "/history/3/1");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=timeLine]");
|
||||
|
||||
//TODO: REPORT
|
||||
|
||||
cy.visit("/widgets");
|
||||
cy.url().should("include", "/widgets");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=widgetsTable]");
|
||||
|
||||
cy.visit("/widgets/0");
|
||||
cy.url().should("include", "/widgets/0");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/NOTFOUND");
|
||||
cy.contains("404");
|
||||
|
||||
Reference in New Issue
Block a user