hover-hidden-elements
Interact with elements that are hidden by CSS
See cypress/integration/hover-hidden-elements-spec.js to find how to get around Cypress' lack of .hover() command.
- Interact with elements that are hidden by CSS.
- Use
.invoke()and.trigger()to simulate hovering. - Trigger
mouseover,mouseout,mouseenter,mouseleaveevents. - Get around the lack of a
.hover()command.
