This commit is contained in:
@@ -14,7 +14,7 @@ describe("SEARCH", () => {
|
||||
.type(`${Cypress.env("adminpassword")}{enter}`);
|
||||
|
||||
// we should be redirected to /dashboard
|
||||
cy.url().should("include", "/home-dashboard");
|
||||
//cy.url().should("include", "/home-dashboard");
|
||||
|
||||
cy.visit("/home-search");
|
||||
cy.url().should("include", "/home-search");
|
||||
|
||||
Reference in New Issue
Block a user