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
Hello everyone. I'm trying to write a test using the React Testing Library to view a hint on hover. When using hover from UserEvent zag.js does not change the state of the Tooltip in any way, that is, the tooltip does not open. I also tried to use fireEvent using the MouseEvent('mouseover') event and used fireEvent.focus(), but the situation persists. What to do?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone. I'm trying to write a test using the React Testing Library to view a hint on hover. When using hover from UserEvent zag.js does not change the state of the Tooltip in any way, that is, the tooltip does not open. I also tried to use fireEvent using the MouseEvent('mouseover') event and used fireEvent.focus(), but the situation persists. What to do?
Beta Was this translation helpful? Give feedback.
All reactions