cypress/e2e/schedules/edit.cy.ts
File edit.cy.ts
has 369 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import type { Schedule, ScheduleEdit } from "~/support/schedules/types";
import { addDays, lightFormat, startOfDay } from "date-fns";
import {
cancelButton,
invalidateForm,