test: correcting tests with the new arguments
This commit is contained in:
@@ -53,10 +53,7 @@ class TestDynamicFetcherAsync:
|
||||
@pytest.mark.parametrize(
|
||||
"kwargs",
|
||||
[
|
||||
{"disable_webgl": True, "hide_canvas": False},
|
||||
{"disable_webgl": False, "hide_canvas": True, "disable_resources": True},
|
||||
{"stealth": True}, # causes issues with GitHub Actions
|
||||
{"stealth": True, "real_chrome": True}, # causes issues with GitHub Actions
|
||||
{"real_chrome": True, "disable_resources": True},
|
||||
{"wait_selector": "h1", "wait_selector_state": "attached"},
|
||||
{"wait_selector": "h1", "wait_selector_state": "visible"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user