Skip to content

Commit

Permalink
chore: try another version
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Apr 24, 2023
1 parent 97f747f commit 5016551
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion packages/puppeteer-core/src/revisions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '112.0.5615.121',
chrome: '114.0.5720.4',
firefox: 'latest',
});
12 changes: 0 additions & 12 deletions test/TestExpectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2165,18 +2165,6 @@
"parameters": ["cdp", "chrome", "headful"],
"expectations": ["FAIL", "PASS"]
},
{
"testIdPattern": "[page.spec] Page Page.pdf can print to PDF and save to file",
"platforms": ["win32"],
"parameters": ["cdp", "chrome", "headful"],
"expectations": ["SKIP"]
},
{
"testIdPattern": "[page.spec] Page Page.pdf can print to PDF and save to file",
"platforms": ["win32"],
"parameters": ["cdp", "chrome", "new-headless"],
"expectations": ["SKIP"]
},
{
"testIdPattern": "[page.spec] Page Page.waitForNetworkIdle should work with aborted requests",
"platforms": ["darwin", "linux", "win32"],
Expand Down

0 comments on commit 5016551

Please sign in to comment.