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 3fea01e commit 3211559Copy full SHA for 3211559
tests/async/test_chromium_tracing.py
@@ -114,5 +114,6 @@ async def test_should_support_a_buffer_without_a_path(
114
) -> None:
115
await browser.start_tracing(page=page, screenshots=True)
116
await page.goto(server.PREFIX + "/grid.html")
117
+ await rafraf(page)
118
trace = await browser.stop_tracing()
119
assert "screenshot" in trace.decode()
0 commit comments