Page.scheduleNavigation for location changes

This commit is contained in:
Karl Seguin
2025-12-22 12:19:08 +08:00
parent da32440a14
commit d9c53a3def
15 changed files with 187 additions and 92 deletions

View File

@@ -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;
}