Skip to content

Commit 70d4b36

Browse files
committed
test: do not evaluate on background_page
1 parent d59301b commit 70d4b36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/async/test_launcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ async def test_browser_launch_should_return_background_pages(
133133
assert background_page
134134
assert background_page in context.background_pages
135135
assert background_page not in context.pages
136-
assert await background_page.evaluate("window.MAGIC") == 42
137136
await context.close()
138137
assert len(context.background_pages) == 0
139138
assert len(context.pages) == 0

0 commit comments

Comments
 (0)