Bug 218737
Summary: | [WPE][WebDriver] imported/w3c/webdriver/tests/element_click/navigate.py::test_numbers_link is flaky failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bburg, bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 216899 |
Lauro Moura
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Lauro Moura
Fixing right parent bug, sorry.