chore: BiDi setCacheEnabled (#10961)

This commit is contained in:
Nikolay Vitkov
2023-09-20 16:39:36 +02:00
committed by GitHub
parent a4f13b53af
commit 7b5eabcc37
4 changed files with 15 additions and 5 deletions

View File

@@ -4174,5 +4174,11 @@
"platforms": ["darwin", "linux", "win32"],
"parameters": ["cdp", "chrome", "new-headless", "tabTarget"],
"expectations": ["FAIL"]
},
{
"testIdPattern": "[page.spec] Page Page.setCacheEnabled should enable or disable the cache based on the state passed",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "webDriverBiDi"],
"expectations": ["PASS"]
}
]