diff --git a/package.json b/package.json index 32f2160d..6968cf42 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ws": "^3.0.0" }, "puppeteer": { - "chromium_revision": "546920" + "chromium_revision": "548153" }, "devDependencies": { "@types/debug": "0.0.30", diff --git a/test/frame.spec.js b/test/frame.spec.js index d9a32fdd..479a91a7 100644 --- a/test/frame.spec.js +++ b/test/frame.spec.js @@ -110,7 +110,7 @@ module.exports.addTests = function({testRunner, expect}) { await page.evaluate(() => window.__FOO = 'hit'); await watchdog; }); - xit('should work with strict CSP policy', async({page, server}) => { + it('should work with strict CSP policy', async({page, server}) => { server.setCSP('/empty.html', 'script-src ' + server.PREFIX); await page.goto(server.EMPTY_PAGE); const watchdog = page.waitForFunction(() => window.__FOO === 'hit', {polling: 'raf'}); diff --git a/test/target.spec.js b/test/target.spec.js index 3faf7141..fc975c6a 100644 --- a/test/target.spec.js +++ b/test/target.spec.js @@ -131,4 +131,4 @@ module.exports.addTests = function({testRunner, expect}) { await newPage.close(); }); }); -}; \ No newline at end of file +};