test: adding new tests and updating existing ones

This commit is contained in:
Karim shoair
2025-08-16 19:07:08 +03:00
parent 4c33c47609
commit 3e0ca33111
3 changed files with 198 additions and 1 deletions
+2 -1
View File
@@ -37,7 +37,7 @@ class TestStealthyFetcher:
assert cookies == {"test": "value"}
def test_automation(self, fetcher):
"""Test if automation break the code or not"""
"""Test if automation breaks the code or not"""
def scroll_page(page):
page.mouse.wheel(10, 0)
@@ -59,6 +59,7 @@ class TestStealthyFetcher:
{
"network_idle": True,
"wait": 10,
"timeout": 30_000,
"cookies": [],
"google_search": True,
"extra_headers": {"ayo": ""},