You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix StatusIndicator tooltip test for shadcn tooltips
Updated WithTooltipInteraction test to work with shadcn/ui tooltip structure:
- Query for the indicator div directly (no wrapper span)
- Use role='tooltip' selector instead of .tooltip class
- Shadcn tooltips render with proper ARIA roles in the portal
0 commit comments