test: remove the check for incognito
This commit is contained in:
@@ -24,5 +24,5 @@ class TestConstants:
|
|||||||
def test_flags(self):
|
def test_flags(self):
|
||||||
"""Test default stealth flags"""
|
"""Test default stealth flags"""
|
||||||
assert "--no-pings" in DEFAULT_FLAGS
|
assert "--no-pings" in DEFAULT_FLAGS
|
||||||
assert "--incognito" in DEFAULT_STEALTH_FLAGS
|
# assert "--incognito" in DEFAULT_STEALTH_FLAGS
|
||||||
assert "--disable-blink-features=AutomationControlled" in DEFAULT_STEALTH_FLAGS
|
assert "--disable-blink-features=AutomationControlled" in DEFAULT_STEALTH_FLAGS
|
||||||
|
|||||||
Reference in New Issue
Block a user