We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ce086 commit 1cf6ab5Copy full SHA for 1cf6ab5
src/cdp/domains/target.zig
@@ -508,8 +508,8 @@ test "cdp.target: createTarget" {
508
509
// Even about:blank should set the window and document
510
const page = ctx.cdp().browser_context.?.session.page.?;
511
- try testing.expect(page.state.document != null);
512
- try testing.expect(page.window.document != null);
+ try std.testing.expect(page.state.document != null);
+ try std.testing.expect(page.window.document != null);
513
}
514
515
{
0 commit comments