This commit is contained in:
2021-12-20 18:20:37 +00:00
parent 971efcf732
commit 183c79aa7f
14 changed files with 34 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ describe("SMOKE OPERATIONS SECTION", () => {
cy.get("input[name=password]")
.clear()
.type(`${Cypress.env("adminpassword")}{enter}`);
cy.url().should("include", "/ay-evaluate");
//################# OPERATIONS
cy.visit("/ops-backup");