Created attachment 443939 [details] reproduction_sample On the page we have elements that have a hover effect. Before each it-block with test we reload the page in the beforEach-block. By using browser.url in the beforeEach-block and moveTo in the it-block when executing the second it-block, moveTo does not trigger a hover event. For reproduction use the attached sample. Expected behavior: moveTo triggers the hover effect in each it-block when the page has been reloaded in the beforeEach-block.
<rdar://problem/85546154>