mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: re-enable Firefox BiDi tests on MacOS (#11596)
This commit is contained in:
parent
5d69ccb17a
commit
db986ad662
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -246,10 +246,6 @@ jobs:
|
||||
suite: firefox-headful
|
||||
- os: macos-latest
|
||||
suite: firefox-headless
|
||||
# Disabled due to https://bugzilla.mozilla.org/show_bug.cgi?id=1843550
|
||||
# The first time the browsers launches it crashes.
|
||||
- os: macos-latest
|
||||
suite: firefox-bidi
|
||||
- os: windows-latest
|
||||
suite: firefox-headful
|
||||
- os: windows-latest
|
||||
|
@ -2071,6 +2071,12 @@
|
||||
"parameters": ["cdp", "chrome"],
|
||||
"expectations": ["FAIL"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[keyboard.spec] Keyboard should report shiftKey",
|
||||
"platforms": ["darwin"],
|
||||
"parameters": ["firefox", "webDriverBiDi"],
|
||||
"expectations": ["FAIL"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[keyboard.spec] Keyboard should send a character with sendCharacter",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
@ -2357,7 +2363,7 @@
|
||||
"testIdPattern": "[navigation.spec] navigation Frame.waitForNavigation should work",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["firefox", "webDriverBiDi"],
|
||||
"expectations": ["FAIL", "PASS"]
|
||||
"expectations": ["FAIL", "PASS", "TIMEOUT"]
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[navigation.spec] navigation Page.goBack should work with HistoryAPI",
|
||||
@ -3832,7 +3838,7 @@
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[screenshot.spec] Screenshots ElementHandle.screenshot should capture full element when larger than viewport",
|
||||
"platforms": ["win32"],
|
||||
"platforms": ["darwin", "win32"],
|
||||
"parameters": ["firefox", "headless", "webDriverBiDi"],
|
||||
"expectations": ["FAIL"]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user