This commit is contained in:
@@ -2,15 +2,7 @@
|
||||
|
||||
describe("SMOKE CUSTOMER SECTION", () => {
|
||||
it("Customer section forms opens 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");
|
||||
cy.ayLogin("admin");
|
||||
|
||||
//################# CUSTOMERS
|
||||
cy.visit("/cust-customers");
|
||||
|
||||
Reference in New Issue
Block a user