Skip to content

Commit

Permalink
feat(chromium): roll to Chromium 98.0.4758.0 (r950341) (#7907)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jan 17, 2022
1 parent a566263 commit a55c86f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"license": "Apache-2.0",
"dependencies": {
"debug": "4.3.2",
"devtools-protocol": "0.0.937139",
"devtools-protocol": "0.0.948846",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0",
"node-fetch": "2.6.5",
Expand Down
2 changes: 1 addition & 1 deletion src/revisions.ts
Expand Up @@ -20,6 +20,6 @@ type Revisions = Readonly<{
}>;

export const PUPPETEER_REVISIONS: Revisions = {
chromium: '938248',
chromium: '950341',
firefox: 'latest',
};
2 changes: 2 additions & 0 deletions test/accessibility.spec.ts
Expand Up @@ -108,6 +108,7 @@ describeFailsFirefox('Accessibility', function () {
role: 'combobox',
name: '',
value: 'First Option',
haspopup: 'menu',
children: [
{ role: 'menuitem', name: 'First Option', selected: true },
{ role: 'menuitem', name: 'Second Option' },
Expand Down Expand Up @@ -453,6 +454,7 @@ describeFailsFirefox('Accessibility', function () {
{ role: 'menuitem', name: 'Second Item' },
{ role: 'menuitem', name: 'Third Item' },
],
orientation: 'vertical',
});
});
it('should return null when the element is no longer in DOM', async () => {
Expand Down
Binary file modified test/golden-chromium/vision-deficiency-blurredVision.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions versions.js
Expand Up @@ -17,6 +17,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chromium version => Puppeteer version.
// In Chromium roll patches, use 'NEXT' for the Puppeteer version.
['98.0.4758.0', 'NEXT'],
['97.0.4692.0', 'v12.0.0'],
['93.0.4577.0', 'v10.2.0'],
['92.0.4512.0', 'v10.0.0'],
Expand Down

0 comments on commit a55c86f

Please sign in to comment.