chore: fix expectations (#10484)

Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
This commit is contained in:
Nikolay Vitkov 2023-06-30 13:18:01 +02:00 committed by GitHub
parent 02634d80da
commit 58e9c64f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3371,6 +3371,12 @@
"parameters": ["cdp", "firefox"],
"expectations": ["FAIL"]
},
{
"testIdPattern": "[page.spec] Page Page.title should return the page title",
"platforms": ["linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["PASS", "FAIL"]
},
{
"testIdPattern": "[page.spec] Page Page.waitForNetworkIdle should work",
"platforms": ["darwin", "linux", "win32"],