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 |
||
|---|---|---|
| .. | ||
| AutodraftSettings.test.tsx | ||
| AvailableParticipantsSection.test.tsx | ||
| DraftGrid.test.tsx | ||
| DraftGridSection.test.tsx | ||
| MiniDraftGrid.test.tsx | ||
| ParticipantSelectionDialog.test.tsx | ||
| QualifyingPointsStandings.test.tsx | ||
| RecentPicksFeed.test.tsx | ||
| SportIcon.test.tsx | ||