Skip to content

Commit 664da76

Browse files
committed
Bug 1880280 [wpt PR 44586] - Fix fragment_navigated test, a=testonly
Automatic update from web-platform-tests Fix fragment_navigated test -- wpt-commits: f5cac385941da42024176a1763f3941e33bb7bb0 wpt-pr: 44586 UltraBlame original commit: 87dd7a1a8b1ef24def365762b8c25aecb80b9cda
1 parent 464c673 commit 664da76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/web-platform/tests/webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def test_subscribe(bidi_session, subscribe_events, url, new_tab, wait_for_
5757
assert_navigation_info(event, {"context": new_tab["context"], "url": target_url})
5858

5959

60-
async def test_timestamp(bidi_session, current_time, subscribe_events, url, new_tab, wait_for_event):
60+
async def test_timestamp(bidi_session, current_time, subscribe_events, url, new_tab, wait_for_event, wait_for_future_safe):
6161
await bidi_session.browsing_context.navigate(
6262
context=new_tab["context"], url=url(EMPTY_PAGE), wait="complete"
6363
)

0 commit comments

Comments
 (0)