Skip to content

Commit 9af14b8

Browse files
update test
1 parent 11cd038 commit 9af14b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/unit/core/test_wait_for_settled_dom.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ async def run_wait():
4141
mock_cdp_client.send.assert_any_call("Target.setAutoAttach", {
4242
"autoAttach": True,
4343
"waitForDebuggerOnStart": False,
44-
"flatten": True
44+
"flatten": True,
45+
"filter": [
46+
{"type": "worker", "exclude": True},
47+
{"type": "shared_worker", "exclude": True},
48+
],
4549
})
4650

4751
# Verify event handlers were registered

0 commit comments

Comments
 (0)