diff --git a/package-lock.json b/package-lock.json index 6587a8ab129..1bb6886a47c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12141,7 +12141,7 @@ "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.2.0", - "chromium-bidi": "0.5.14", + "chromium-bidi": "0.5.15", "debug": "4.3.4", "devtools-protocol": "0.0.1262051", "ws": "8.16.0" @@ -12164,9 +12164,9 @@ "license": "MIT" }, "packages/puppeteer-core/node_modules/chromium-bidi": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.14.tgz", - "integrity": "sha512-zm4mX61/U4KXs+S/0WIBHpOWqtpW6FPv1i7n4UZqDDc5LOQ9/Y1MAnB95nO7i/lFFuijLjpe1XMdNcqDqwlH5w==", + "version": "0.5.15", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.15.tgz", + "integrity": "sha512-IYovQ7eiP4oVWlUSKod6SxVVkEZ5Bpni8NmufkQ3BKZjO1Ix3hkZ4ssVK39rQjgkrMQPmYAoLUl1w895ytsZ0A==", "dependencies": { "mitt": "3.0.1", "urlpattern-polyfill": "10.0.0", diff --git a/packages/puppeteer-core/package.json b/packages/puppeteer-core/package.json index 8d4ef442fda..9f9796df2b3 100644 --- a/packages/puppeteer-core/package.json +++ b/packages/puppeteer-core/package.json @@ -120,7 +120,7 @@ "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.2.0", - "chromium-bidi": "0.5.14", + "chromium-bidi": "0.5.15", "debug": "4.3.4", "devtools-protocol": "0.0.1262051", "ws": "8.16.0" diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 4e9e417b152..564a40943c9 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -942,6 +942,13 @@ "expectations": ["FAIL"], "comment": "Change in A11Y tree on Canary" }, + { + "testIdPattern": "[ariaqueryhandler.spec] AriaQueryHandler queryAllArray $$eval should handle many elements", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["chrome", "webDriverBiDi"], + "expectations": ["PASS", "TIMEOUT"], + "comment": "times out flakily" + }, { "testIdPattern": "[ariaqueryhandler.spec] AriaQueryHandler queryOne (Chromium web test) should find by role \"button\"", "platforms": ["darwin", "linux", "win32"], @@ -998,13 +1005,6 @@ "expectations": ["FAIL"], "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" }, - { - "testIdPattern": "[browser.spec] Browser specs Browser.version should return version", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["FAIL"], - "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" - }, { "testIdPattern": "[browsercontext.spec] BrowserContext BrowserContext.overridePermissions should deny permission when not listed", "platforms": ["darwin", "linux", "win32"],