[Webkit-unassigned] [Bug 232993] New: moveTo does not work on second page load in beforeEach block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 05:16:10 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=232993

            Bug ID: 232993
           Summary: moveTo does not work on second page load in beforeEach
                    block
           Product: WebKit
           Version: Safari 14
          Hardware: PC
                OS: macOS 11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sebastian.klaar at sick.de
                CC: bburg at apple.com

Created attachment 443939

  --> https://bugs.webkit.org/attachment.cgi?id=443939&action=review

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211111/7ebd309a/attachment-0001.htm>


More information about the webkit-unassigned mailing list