[Webkit-unassigned] [Bug 218737] New: [WPE][WebDriver] imported/w3c/webdriver/tests/element_click/navigate.py::test_numbers_link is flaky failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 9 20:32:01 PST 2020


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

            Bug ID: 218737
           Summary: [WPE][WebDriver]
                    imported/w3c/webdriver/tests/element_click/navigate.py
                    ::test_numbers_link is flaky failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: bburg at apple.com

imported/w3c/webdriver/tests/element_click/navigate.py::test_numbers_link

Fails most of the time the comparison between `session.url` and the expected URL after clicking the link.

Adding a sleep as small as 1s after the element_click(session, element) is enough to make it pass consistently. Somehow the method is not "waitingForNavigationToComplete" (step 11 in element click[1]) enough in comparison to GTK, which seems to be more stable (failing only twice in the last 100 runs).

[1] https://www.w3.org/TR/webdriver2/#element-click

-- 
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/20201110/ad488b8b/attachment.htm>


More information about the webkit-unassigned mailing list