This commit is contained in:
@@ -2,16 +2,9 @@
|
||||
|
||||
import dayjs from "../../../support/dayjs.min.js";
|
||||
|
||||
describe("When Service user logs in", () => {
|
||||
describe.skip("When Service user logs in", () => {
|
||||
it("should correctly run all functionality", () => {
|
||||
cy.visit("/login");
|
||||
cy.get("input[name=username]").clear().type(Cypress.env("serviceuser"));
|
||||
// {enter} causes the form to submit
|
||||
cy.get("input[name=password]")
|
||||
.clear()
|
||||
.type(`${Cypress.env("servicepassword")}{enter}`);
|
||||
|
||||
cy.url().should("include", "/ay-evaluate");
|
||||
cy.ayLogin("service");
|
||||
|
||||
//open nav pane
|
||||
cy.get("[data-cy=navicon]").click();
|
||||
|
||||
Reference in New Issue
Block a user