From a873369a9b13e3ffe18f1dc496bc568d9a353415 Mon Sep 17 00:00:00 2001 From: Barcode Betty Date: Tue, 26 May 2026 12:25:54 +0000 Subject: [PATCH] =?UTF-8?q?GRO-1793:=20Update=20UAT=5FPLAYBOOK.md=20=C2=A7?= =?UTF-8?q?5.12b=20=E2=80=94=20new=20dynamic=20time=20slots=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added TC-WEB-5.12.5 through TC-WEB-5.12.11 covering BookingFlow and RescheduleFlow dynamic slot fetching, loading state, error state, and empty state scenarios. Co-Authored-By: Paperclip --- UAT_PLAYBOOK.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/UAT_PLAYBOOK.md b/UAT_PLAYBOOK.md index 089dde6..0cb6db1 100644 --- a/UAT_PLAYBOOK.md +++ b/UAT_PLAYBOOK.md @@ -183,6 +183,18 @@ export const { signIn, signOut, useSession, changePassword } = authClient; | TC-WEB-5.12.3 | Confirm appointment | Click confirm on pending appointment | Appointment status updated to confirmed | | TC-WEB-5.12.4 | Cancel appointment | Click cancel on appointment | Appointment marked as cancelled | +#### 5.12b Dynamic Portal Time Slots (GRO-1793) + +| # | Scenario | Steps | Expected | +|---|----------|-------|----------| +| TC-WEB-5.12.5 | BookingFlow dynamic slots | Open Book New, select pet and service, pick a date | Time slots fetched from API; "Checking availability…" shown while loading | +| TC-WEB-5.12.6 | BookingFlow slots match wizard | Compare BookingFlow slot times with public booking wizard for same date | Same slots displayed | +| TC-WEB-5.12.7 | BookingFlow error state | Mock API failure on availability fetch | "Failed to load time slots" error shown | +| TC-WEB-5.12.8 | BookingFlow no slots | Select date with no availability | "No available slots on this date" shown | +| TC-WEB-5.12.9 | RescheduleFlow dynamic slots | Open reschedule, pick a new date | Time slots fetched from API; loading state shown | +| TC-WEB-5.12.10 | RescheduleFlow error state | Mock API failure on availability fetch | "Failed to load time slots" error shown | +| TC-WEB-5.12.11 | RescheduleFlow no slots | Select date with no availability | "No available slots on this date" shown | + ### 5.13 Reports UI | # | Scenario | Steps | Expected |