Skip to content

Commit f242fcc

Browse files
committed
Fix disable playwright test
1 parent f154dab commit f242fcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/scrape/test_playwright_disable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def __init__(self):
6464
self.outputs = []
6565
self.warnings = []
6666
self.errors = []
67+
self.args = {"disable_playwright": True}
6768

6869
def tool_output(self, msg, *a, **k):
6970
self.outputs.append(msg)

0 commit comments

Comments
 (0)