chore: update firefox Expectations (#11242)

This commit is contained in:
Nikolay Vitkov 2023-10-24 16:35:06 +02:00 committed by GitHub
parent 133bbe7fec
commit 530e068b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3904,5 +3904,17 @@
"platforms": ["darwin", "linux", "win32"],
"parameters": ["cdp", "chrome", "headless"],
"expectations": ["FAIL", "PASS"]
},
{
"testIdPattern": "[page.spec] Page Page.exposeFunction should be callable from-inside evaluateOnNewDocument",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["PASS"]
},
{
"testIdPattern": "[target.spec] Target should report when a target url changes",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["PASS"]
}
]