mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix bidi expectations (#9562)
This commit is contained in:
parent
fcb0464b14
commit
41494950c0
@ -28,6 +28,7 @@
|
|||||||
"test:chrome:headful": "npm test -- --test-suite chrome-headful",
|
"test:chrome:headful": "npm test -- --test-suite chrome-headful",
|
||||||
"test:chrome:headless-chrome": "npm test -- --test-suite chrome-new-headless",
|
"test:chrome:headless-chrome": "npm test -- --test-suite chrome-new-headless",
|
||||||
"test:chrome:headless": "npm test -- --test-suite chrome-headless",
|
"test:chrome:headless": "npm test -- --test-suite chrome-headless",
|
||||||
|
"test:chrome:bidi": "npm test -- --test-suite chrome-bidi",
|
||||||
"test:chrome": "run-s test:chrome:*",
|
"test:chrome": "run-s test:chrome:*",
|
||||||
"test:firefox:bidi": "npm test -- --test-suite firefox-bidi",
|
"test:firefox:bidi": "npm test -- --test-suite firefox-bidi",
|
||||||
"test:firefox:headful": "npm test -- --test-suite firefox-headful",
|
"test:firefox:headful": "npm test -- --test-suite firefox-headful",
|
||||||
|
@ -2082,7 +2082,7 @@
|
|||||||
"expectations": ["PASS"]
|
"expectations": ["PASS"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"testIdPattern": "[Connection.spec] WebDriver BiDi",
|
"testIdPattern": "[Connection.spec] WebDriver BiDi Connection should work",
|
||||||
"platforms": ["darwin", "linux", "win32"],
|
"platforms": ["darwin", "linux", "win32"],
|
||||||
"parameters": ["webDriverBiDi"],
|
"parameters": ["webDriverBiDi"],
|
||||||
"expectations": ["PASS"]
|
"expectations": ["PASS"]
|
||||||
@ -2092,29 +2092,5 @@
|
|||||||
"platforms": ["darwin", "linux", "win32"],
|
"platforms": ["darwin", "linux", "win32"],
|
||||||
"parameters": ["webDriverBiDi"],
|
"parameters": ["webDriverBiDi"],
|
||||||
"expectations": ["PASS"]
|
"expectations": ["PASS"]
|
||||||
},
|
|
||||||
{
|
|
||||||
"testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should work with function shorthands",
|
|
||||||
"platforms": ["darwin", "linux", "win32"],
|
|
||||||
"parameters": ["webDriverBiDi"],
|
|
||||||
"expectations": ["SKIP"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should work with unicode chars",
|
|
||||||
"platforms": ["darwin", "linux", "win32"],
|
|
||||||
"parameters": ["webDriverBiDi"],
|
|
||||||
"expectations": ["SKIP"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should work right after framenavigated",
|
|
||||||
"platforms": ["darwin", "linux", "win32"],
|
|
||||||
"parameters": ["webDriverBiDi"],
|
|
||||||
"expectations": ["SKIP"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should work from-inside an exposed function",
|
|
||||||
"platforms": ["darwin", "linux", "win32"],
|
|
||||||
"parameters": ["webDriverBiDi"],
|
|
||||||
"expectations": ["SKIP"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user