This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import dayjs from "../../../support/dayjs.min.js";
|
||||
|
||||
describe("When Service user logs in", () => {
|
||||
it("should correctly run all functionality", () => {
|
||||
it.skip("should correctly run all functionality", () => {
|
||||
cy.visit("/login");
|
||||
cy.get("input[name=username]").clear().type(Cypress.env("serviceuser"));
|
||||
// {enter} causes the form to submit
|
||||
|
||||
Reference in New Issue
Block a user