fix: roll to Chrome 120.0.6099.71 (r1217362) (#11513)

Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
This commit is contained in:
browser-automation-bot 2023-12-07 09:12:53 +01:00 committed by GitHub
parent 8733b96b96
commit fc0b0796be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

2
package-lock.json generated
View File

@ -11908,7 +11908,7 @@
},
"packages/ng-schematics": {
"name": "@puppeteer/ng-schematics",
"version": "0.5.3",
"version": "0.5.4",
"license": "Apache-2.0",
"dependencies": {
"@angular-devkit/architect": "^0.1602.10",

View File

@ -18,6 +18,6 @@
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '120.0.6099.62',
chrome: '120.0.6099.71',
firefox: 'latest',
});

View File

@ -3683,6 +3683,12 @@
"parameters": ["cdp", "chrome", "new-headless"],
"expectations": ["FAIL"]
},
{
"testIdPattern": "[emulation.spec] Emulation Page.emulateVisionDeficiency should work",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["cdp", "chrome", "new-headless"],
"expectations": ["FAIL", "PASS"]
},
{
"testIdPattern": "[headful.spec] headful tests HEADFUL OOPIF: should expose events within OOPIFs",
"platforms": ["linux"],

View File

@ -17,7 +17,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
['120.0.6099.62', 'NEXT'],
['120.0.6099.71', 'NEXT'],
['119.0.6045.105', 'v21.5.0'],
['118.0.5993.70', 'v21.4.0'],
['117.0.5938.149', 'v21.3.7'],