From 3473117d12504fea333bbec89ee951af665ed3ef Mon Sep 17 00:00:00 2001 From: ibizaman Date: Fri, 31 Jan 2025 20:36:25 +0100 Subject: [PATCH] no need for screenshot if there's a trace --- test/common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/test/common.nix b/test/common.nix index 2f2f750..99d3cf5 100644 --- a/test/common.nix +++ b/test/common.nix @@ -258,7 +258,6 @@ in print(f"Page has title: {page.title()}") eval(line) finally: - page.screenshot(path=f"trace/{i}/final.png") context.tracing.stop(path=f"trace/{i}.zip") browser.close()