mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
fix page.navigate into legacy_test and wpt
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user