This commit is contained in:
2020-12-16 19:35:46 +00:00
parent 3d68166662
commit 3bcad97c6f
3 changed files with 7 additions and 3 deletions

View File

@@ -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]");