cuprite
cuprite copied to clipboard
`click_on` removes hover state before clicking
Hello.
I have form where some buttons are hidden when they are not hovered. The test looks like:
first("div[data-hover=\"display-wrapper\"]").hover
click_on("Move")
On Cuprite 0.15 and Ferrum 0.14 it works everytime.
On Cuprite 0.15.1 and Ferrum 0.15.0 always (I think).
We have some other hover + click that works fine, but for this particular example it has changed. Any clues how to debug it?