brackt/app/components/__tests__
Claude 52277ab864
Some checks failed
🚀 Deploy / 🧪 Test (pull_request) Failing after 2m43s
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Successful in 1m24s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
Fix AvailableParticipantsSection test: use fireEvent to avoid Radix UI timer hang
Replace async userEvent.click with fireEvent.click for the sport filter
dropdown test when hasTeam=true. The extra Checkbox components rendered in
that path stall userEvent's act() settlement loop inside Radix UI, causing
the test to hang. fireEvent bypasses the async machinery while still
exercising the open/close behavior.

https://claude.ai/code/session_012ACmUs2vAwEF9jZu7Guos2
2026-06-09 21:48:43 +00:00
..
AutodraftSettings.test.tsx fix: resolve all 48 WCAG 2.2 AA accessibility issues (#439) 2026-05-17 20:11:38 -07:00
AvailableParticipantsSection.test.tsx Fix AvailableParticipantsSection test: use fireEvent to avoid Radix UI timer hang 2026-06-09 21:48:43 +00:00
DraftGrid.test.tsx Add Cloudinary-backed avatar system (#385) 2026-05-06 14:47:37 -07:00
DraftGridSection.test.tsx Add commish right-click context menus to MiniDraftGrid team headers (#327) 2026-04-25 07:42:43 -07:00
MiniDraftGrid.test.tsx Add commish right-click context menus to MiniDraftGrid team headers (#327) 2026-04-25 07:42:43 -07:00
ParticipantSelectionDialog.test.tsx Show why a participant is ineligible to draft (#378) 2026-05-04 21:54:14 -07:00
QualifyingPointsStandings.test.tsx Fix QP standings: filter to drafted/points-earning participants with correct global ranks 2026-06-06 09:38:47 -07:00
RecentPicksFeed.test.tsx Mobile draft room improvements: watchlist, collapsible picks feed, autodraft controls (#355) 2026-04-29 11:49:26 -07:00
SportIcon.test.tsx Add Cloudinary sports icon uploads (#393) 2026-05-07 16:07:34 -07:00