This commit is contained in:
@@ -2,17 +2,7 @@
|
||||
|
||||
describe("SMOKE OPERATIONS SECTION", () => {
|
||||
it("Ops forms open without error", () => {
|
||||
cy.visit("/login");
|
||||
|
||||
cy.get("input[name=username]").clear().type(Cypress.env("adminusername"));
|
||||
|
||||
// {enter} causes the form to submit
|
||||
cy.get("input[name=password]")
|
||||
.clear()
|
||||
.type(`${Cypress.env("adminpassword")}{enter}`);
|
||||
cy.url().should("include", "/ay-evaluate");
|
||||
|
||||
//################# OPERATIONS
|
||||
cy.ayLogin("admin");
|
||||
cy.visit("/ops-backup");
|
||||
cy.url().should("include", "/ops-backup");
|
||||
cy.get("[data-cy=generalerror]").should("not.exist");
|
||||
|
||||
Reference in New Issue
Block a user