test: update expectations (#12023)

This commit is contained in:
Alex Rudenko 2024-02-29 09:27:19 +01:00 committed by GitHub
parent acb6f83ab0
commit 5ebcb9db14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2109,6 +2109,13 @@
"parameters": ["cdp", "firefox"],
"expectations": ["SKIP"]
},
{
"testIdPattern": "[mouse.spec] Mouse should send mouse wheel events",
"platforms": ["win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["FAIL"],
"comment": "Started failing on 2024-02-28"
},
{
"testIdPattern": "[mouse.spec] Mouse should send mouse wheel events",
"platforms": ["darwin", "linux", "win32"],