[wdspec] align navigation tests with spec#50527
Conversation
1bf7cc8 to
262012f
Compare
Align WebDriver BiDi spec tests with the breaking change in navigation wait logic: w3c/webdriver-bidi#855.
262012f to
7f03281
Compare
This reverts commit 508e2c1.
|
it looks like Firefox stability job indicates some flakiness (not sure if it is on tests or on the implementation). |
The flakes are due to the fact the wait condition |
UPD: actually the problem not in the URL, and I cannot get the full test report, but I guess the problem is in the fact that navigation with wait "nont" sometimes finishes and sometimes not before the assertion: https://github.com/web-platform-tests/wpt/blob/7f032811326e4eb82a80fd55c26f5451d4ffb068/webdriver/tests/bidi/browsing_context/navigate/navigate.py#L174C5-L174C39. I added assertion messages. |
|
@whimboo could you please take a look? |
This reverts commit ca7d42a.
49257d9 to
b7987da
Compare
This reverts commit b8c2c50.
Refactor NavigationTracker will be in a follow-up. Tested with web-platform-tests/wpt#50527.
|
@foolip can you please merge the PR, as the flakes in the new tests are expected due to their nature? |
|
Admin merging since the flaky results in Firefox are accounted for in #50527 (comment). |
Align WebDriver BiDi spec tests with the breaking change in navigation wait logic: w3c/webdriver-bidi#855.