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 Storybook testing: clickMe.click is not a function
Replace unsafe firstChild.click() calls with proper type checking.
Falls back to clicking the tab element itself if firstChild doesn't
have a click method (e.g., when it's a text node).
Fixes#490Closes#671
0 commit comments