Working navigation events (clicks, form submission)

This commit is contained in:
Karl Seguin
2025-08-02 12:29:22 +08:00
parent f65a39a3e3
commit 3555680335
6 changed files with 82 additions and 61 deletions

View File

@@ -441,7 +441,7 @@ pub const JsRunner = struct {
}
return err;
};
self.page.wait(1);
self.page.session.wait(1);
@import("root").js_runner_duration += std.time.Instant.since(try std.time.Instant.now(), start);
if (case.@"1") |expected| {