fix page.navigate into legacy_test and wpt

This commit is contained in:
Pierre Tachoire
2025-12-22 15:36:04 +01:00
parent 437df18a07
commit 8fb1c3971c
2 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ fn run(
defer session.removePage();
const url = try std.fmt.allocPrintSentinel(arena, "http://localhost:9582/{s}", .{test_file}, 0);
try page.navigate(url, .{}, .{ .push = null });
try page.navigate(url, .{});
_ = page.wait(2000);