fix tests

This commit is contained in:
mertunsall
2025-07-09 16:20:07 +02:00
parent 2a84983acc
commit 13aa27b84e
+1 -1
View File
@@ -71,7 +71,7 @@ async def run_single_task(task_file):
headless=True,
user_data_dir=None,
chromium_sandbox=False, # Disable sandbox for CI environment (GitHub Actions)
stealth=True,
stealth=False, # Disable stealth in CI to use playwright+chromium
)
session = BrowserSession(browser_profile=profile)
print('[DEBUG] Browser session created', file=sys.stderr)