diff --git a/package-lock.json b/package-lock.json index e5a98d02799..27c3c3c9e33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12537,7 +12537,7 @@ "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.2.3", - "chromium-bidi": "0.5.21", + "chromium-bidi": "0.5.22", "debug": "4.3.5", "devtools-protocol": "0.0.1286932", "ws": "8.17.0" @@ -12561,9 +12561,9 @@ "license": "MIT" }, "packages/puppeteer-core/node_modules/chromium-bidi": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.21.tgz", - "integrity": "sha512-NBae4qUvK43I/mvD7SPWyxlfGOsCHJrZ6NQmmsypgAmF4a2EBNLqQjmMLxuWl2oAkfFXrTmVk+Lt28ElgH3/Fg==", + "version": "0.5.22", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.22.tgz", + "integrity": "sha512-q+FiWMXvndo3pQT0xGgTDJimqQIuK4GtXYA52VFfeWrj9sQ+0UVBuFRfeTNV4RRQj0NMU6uOD7mJ86k3qaXreA==", "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 bc0bcd7743b..a0043c2546a 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.3", - "chromium-bidi": "0.5.21", + "chromium-bidi": "0.5.22", "debug": "4.3.5", "devtools-protocol": "0.0.1286932", "ws": "8.17.0" diff --git a/test/TestExpectations.json b/test/TestExpectations.json index a359ff0d24b..35454919745 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -3509,13 +3509,6 @@ "expectations": ["FAIL"], "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" }, - { - "testIdPattern": "[touchscreen.spec] Touchscreen Touchscreen.prototype.tap should work", - "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": "[touchscreen.spec] Touchscreen Touchscreen.prototype.tap should work", "platforms": ["darwin", "linux", "win32"], @@ -3523,13 +3516,6 @@ "expectations": ["FAIL"], "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" }, - { - "testIdPattern": "[touchscreen.spec] Touchscreen Touchscreen.prototype.touchMove should work", - "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": "[touchscreen.spec] Touchscreen Touchscreen.prototype.touchMove should work", "platforms": ["darwin", "linux", "win32"],