mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix(webdriver): prefer globalThis over window to make it work in Firefox (#12438)
This commit is contained in:
@@ -209,13 +209,6 @@
|
||||
"expectations": ["FAIL"],
|
||||
"comment": "WebDriver BiDi locateNodes does not support shadow roots so far"
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[ariaqueryhandler.spec] AriaQueryHandler waitForSelector *",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["firefox", "webDriverBiDi"],
|
||||
"expectations": ["SKIP"],
|
||||
"comment": "TODO: Needs investigation"
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[autofill.spec] *",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
|
||||
Reference in New Issue
Block a user