This commit is contained in:
@@ -29,7 +29,7 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/home-memos");
|
||||
cy.url().should("include", "/home-memos");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=memosTable]");
|
||||
|
||||
cy.visit("/home-reminders");
|
||||
cy.url().should("include", "/home-reminders");
|
||||
@@ -123,6 +123,10 @@ describe("SMOKE", () => {
|
||||
cy.url().should("include", "/svc-contracts");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/svc-projects");
|
||||
cy.url().should("include", "/svc-projects");
|
||||
cy.get("[data-cy=projectsTable]");
|
||||
|
||||
cy.visit("/svc-csr-list");
|
||||
cy.url().should("include", "/svc-csr-list");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
Reference in New Issue
Block a user