mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-05 14:57:11 +00:00
Page.scheduleNavigation for location changes
This commit is contained in:
@@ -130,8 +130,8 @@ const TestContext = struct {
|
||||
.{url},
|
||||
0,
|
||||
);
|
||||
try page.navigate(full_url, .{}, .{ .push = null });
|
||||
bc.session.fetchWait(2000);
|
||||
try page.navigate(full_url, .{});
|
||||
_ = bc.session.wait(2000);
|
||||
}
|
||||
return bc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user