This commit is contained in:
2021-01-06 00:01:16 +00:00
parent f804d70c27
commit e1d3c99d18
2 changed files with 3 additions and 5 deletions

View File

@@ -312,9 +312,9 @@ describe("SMOKE", () => {
);
cy.get("[data-cy=name]");
cy.visit("/review/2/1");
cy.url().should("include", "/review/2/1");
cy.get("[data-cy=underconstruction]");
cy.visit("/home-reviews/2/1");
cy.url().should("include", "/home-reviews/2/1");
cy.get("[data-cy=reviewsTable]");
cy.visit("/history/3/1");
cy.url().should("include", "/history/3/1");