Skip to content

Commit 771e4b2

Browse files
authored
fix(deps): bump chromium-bidi to 0.11.0 (#13418)
1 parent 682bb68 commit 771e4b2

4 files changed

Lines changed: 12 additions & 19 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/puppeteer-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"dependencies": {
137137
"@puppeteer/browsers": "2.6.1",
138138
"debug": "^4.4.0",
139-
"chromium-bidi": "0.10.2",
139+
"chromium-bidi": "0.11.0",
140140
"devtools-protocol": "0.0.1367902",
141141
"typed-query-selector": "^2.12.0",
142142
"ws": "^8.18.0"

packages/puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"license": "Apache-2.0",
125125
"dependencies": {
126126
"@puppeteer/browsers": "2.6.1",
127-
"chromium-bidi": "0.10.2",
127+
"chromium-bidi": "0.11.0",
128128
"cosmiconfig": "^9.0.0",
129129
"devtools-protocol": "0.0.1367902",
130130
"puppeteer-core": "23.10.4",

test/TestExpectations.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,13 +2183,6 @@
21832183
"expectations": ["FAIL"],
21842184
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
21852185
},
2186-
{
2187-
"testIdPattern": "[navigation.spec] navigation Page.goBack should work",
2188-
"platforms": ["darwin", "linux", "win32"],
2189-
"parameters": ["chrome", "webDriverBiDi"],
2190-
"expectations": ["PASS", "TIMEOUT"],
2191-
"comment": "Bug in chromium-bidi that causes navigation events to not be emitted. See https://github.com/GoogleChromeLabs/chromium-bidi/issues/2894. PASS|TIMEOUT for chromium-bidi roll."
2192-
},
21932186
{
21942187
"testIdPattern": "[navigation.spec] navigation Page.goBack should work with HistoryAPI",
21952188
"platforms": ["darwin", "linux", "win32"],
@@ -2292,8 +2285,8 @@
22922285
"testIdPattern": "[navigation.spec] navigation Page.goto should work when reload causes history API in beforeunload",
22932286
"platforms": ["darwin", "linux", "win32"],
22942287
"parameters": ["chrome", "webDriverBiDi"],
2295-
"expectations": ["FAIL", "PASS"],
2296-
"comment": "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2856 historyUpdated from beforeunload incorrectly comes before navigationStarted. PASS|FAIL for chromium-bidi roll"
2288+
"expectations": ["FAIL"],
2289+
"comment": "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2856 historyUpdated from beforeunload incorrectly comes before navigationStarted."
22972290
},
22982291
{
22992292
"testIdPattern": "[navigation.spec] navigation Page.goto should work with anchor navigation",

0 commit comments

Comments
 (0)