feat(firefox): roll Firefox to r1003 (#78)

This commit is contained in:
Andrey Lushnikov 2019-11-25 16:49:15 -08:00 committed by GitHub
parent 371394ff2f
commit d4d0654666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
},
"playwright": {
"chromium_revision": "717627",
"firefox_revision": "1001",
"firefox_revision": "1003",
"webkit_revision": "2"
},
"scripts": {

View File

@ -611,7 +611,7 @@ module.exports.addTests = function({testRunner, expect, headless, playwright, FF
});
});
describe.skip(FFOX || WEBKIT)('Page.setBypassCSP', function() {
describe.skip(WEBKIT)('Page.setBypassCSP', function() {
it('should bypass CSP meta tag', async({page, server}) => {
// Make sure CSP prohibits addScriptTag.
await page.goto(server.PREFIX + '/csp.html');