Skip to content

Commit

Permalink
Roll chromium to r488994
Browse files Browse the repository at this point in the history
This patch rolls chromium past the r488926 which prevents chromium from
going to sleep on Mac OS X.

Fixes #100.
  • Loading branch information
aslushnikov committed Jul 25, 2017
1 parent a24cec2 commit 91cbe56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"ws": "^3.0.0"
},
"puppeteer": {
"chromium_revision": "488823"
"chromium_revision": "488994"
},
"devDependencies": {
"commonmark": "^0.27.0",
Expand Down
7 changes: 0 additions & 7 deletions test/test.js
Expand Up @@ -986,13 +986,6 @@ describe('Puppeteer', function() {
}
});

// FIXME: remove this when crbug.com/741689 is fixed.
it('RESTART BROWSER crbug.com/741689', SX(async function() {
page.close();
browser = new Browser({headless, args: ['--no-sandbox']});
page = await browser.newPage();
}));

describe('Page.setUserAgent', function() {
it('should work', SX(async function() {
expect(page.userAgent()).toContain('Mozilla');
Expand Down

0 comments on commit 91cbe56

Please sign in to comment.