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,8 +10,8 @@ describe("SMOKE MISC", () => {
cy.get("input[name=password]")
.clear()
.type(`${Cypress.env("adminpassword")}{enter}`);
cy.url().should("include", "/ay-evaluate");
cy.url().should("include", "/ay-evaluate");
//################# MISC
cy.visit("/about");
cy.url().should("include", "/about");