This commit is contained in:
Karl Seguin
2026-03-30 09:32:22 +08:00
parent 78cb766298
commit 0d40aed1b7
2 changed files with 2 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ const TestContext = struct {
if (cdp__.browser_context) |*bc| {
if (bc.session.page != null) {
var runner = try bc.session.runner(.{});
_ = try runner.tick(.{.ms = 1000});
_ = try runner.tick(.{ .ms = 1000 });
}
}
}