This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user