fix(gro66): E2E selector ambiguity in impersonation.spec.ts #128

Merged
groombook-engineer[bot] merged 10 commits from fix/gro66-e2e-selector into main 2026-03-27 14:23:19 +00:00
Showing only changes of commit f93469aeef - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
import { describe, it, expect, vi, beforeEach } from "vitest";
import { describe, it, expect, vi, beforeEach, afterEach } from "vitest";
import { render, screen, fireEvent, waitFor } from "@testing-library/react";
import type { Appointment } from "../portal/mockData.js";
import { parseTimeTo24Hour, isUpcoming, CustomerNotesSection, ConfirmationSection } from "../portal/sections/Appointments.js";