Skip to content

Commit

Permalink
Update test_playwright.py
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci authored Jan 28, 2025
1 parent 75a965e commit 7776e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fetchers/async/test_playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async def scroll_page(page):
@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': ''}}
])
Expand Down

0 comments on commit 7776e19

Please sign in to comment.