From 321155951a1a0bcaf4c2d6f6075486303bede97d Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 12 Aug 2025 14:05:07 +0200 Subject: [PATCH] test: unflake cr tracing test --- tests/async/test_chromium_tracing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/async/test_chromium_tracing.py b/tests/async/test_chromium_tracing.py index fd065efde..4cd796e0d 100644 --- a/tests/async/test_chromium_tracing.py +++ b/tests/async/test_chromium_tracing.py @@ -114,5 +114,6 @@ async def test_should_support_a_buffer_without_a_path( ) -> None: await browser.start_tracing(page=page, screenshots=True) await page.goto(server.PREFIX + "/grid.html") + await rafraf(page) trace = await browser.stop_tracing() assert "screenshot" in trace.decode()