Test: disable stealth parameter

It causes issues with Github Actions
This commit is contained in:
Karim shoair
2025-01-28 13:43:36 +02:00
committed by GitHub
parent 7776e191e8
commit 198b76f5d5
+1 -1
View File
@@ -61,7 +61,7 @@ class TestPlayWrightFetcher:
@pytest.mark.parametrize("kwargs", [
{"disable_webgl": True, "hide_canvas": False},
{"disable_webgl": False, "hide_canvas": True},
{"stealth": True},
# {"stealth": True}, # causes issues with Github Actions
{"useragent": 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0'},
{"extra_headers": {'ayo': ''}}
])