chore: enable PuppeteerUtil test for BiDi (#10686)

This commit is contained in:
Nikolay Vitkov
2023-08-04 13:02:30 +02:00
committed by GitHub
parent 64a3b04b7a
commit 4a0a2bb2db
2 changed files with 8 additions and 3 deletions

View File

@@ -3964,5 +3964,11 @@
"platforms": ["darwin", "linux", "win32"],
"parameters": ["cdp", "chrome", "headless"],
"expectations": ["FAIL", "PASS"]
},
{
"testIdPattern": "[injected.spec] PuppeteerUtil tests *",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["webDriverBiDi"],
"expectations": ["PASS"]
}
]