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 d59301b commit 70d4b36Copy full SHA for 70d4b36
tests/async/test_launcher.py
@@ -133,7 +133,6 @@ async def test_browser_launch_should_return_background_pages(
133
assert background_page
134
assert background_page in context.background_pages
135
assert background_page not in context.pages
136
- assert await background_page.evaluate("window.MAGIC") == 42
137
await context.close()
138
assert len(context.background_pages) == 0
139
assert len(context.pages) == 0
0 commit comments