Bug 232993

Summary: moveTo does not work on second page load in beforeEach block
Product: WebKit Reporter: sebastian.klaar
Component: WebDriverAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bburg, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 14   
Hardware: Mac (Intel)   
OS: macOS 11   
Attachments:
Description Flags
reproduction_sample none

Description sebastian.klaar 2021-11-11 05:16:10 PST
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.
Comment 1 Radar WebKit Bug Importer 2021-11-18 05:17:19 PST
<rdar://problem/85546154>