diff --git a/src/__tests__/Appointments.test.tsx b/src/__tests__/Appointments.test.tsx index d70f3d6..9ba746b 100644 --- a/src/__tests__/Appointments.test.tsx +++ b/src/__tests__/Appointments.test.tsx @@ -1,5 +1,5 @@ import { describe, it, expect, vi, beforeEach, afterEach } from "vitest"; -import { render, screen, fireEvent, waitFor, act } from "@testing-library/react"; +import { render, screen, fireEvent, waitFor } from "@testing-library/react"; import { parseTimeTo24Hour, isUpcoming, CustomerNotesSection, ConfirmationSection } from "../portal/sections/Appointments.tsx"; const UPCOMING_APPT = { diff --git a/src/portal/sections/Appointments.tsx b/src/portal/sections/Appointments.tsx index 593ca8a..13038c5 100644 --- a/src/portal/sections/Appointments.tsx +++ b/src/portal/sections/Appointments.tsx @@ -664,6 +664,7 @@ export function RescheduleFlow({