Skip to content

Commit 04643aa

Browse files
committed
Log browser context at start of failing test
1 parent 3577f98 commit 04643aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sync/test_queryselector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_selectors_register_should_work(
3939
selector_name = f"tag_{browser_name}"
4040
selector2_name = f"tag2_{browser_name}"
4141

42-
print("Registering")
42+
print("Registering", browser._impl_obj._contexts)
4343

4444
# Register one engine before creating context.
4545
selectors.register(selector_name, tag_selector)

0 commit comments

Comments
 (0)