Skip to content
  • Andrew Lyons's avatar
    MDL-66979 behat: Scroll nodes into view before hover · 0121d366
    Andrew Lyons authored
    The W3C Specification does not require that a NodeElement be in the
    current viewport before triggering a mouseOver. As a result the
    mouseOver will generate an Exception because the element is not in the
    viewport, and the X/Y co-ordinates are invalid.
    
    To handle this the node is scrolled into view.
    0121d366