feat(firefox): roll Firefox to r1230 (#5473)

References #4987
This commit is contained in:
Andrey Lushnikov 2021-02-16 09:23:02 -08:00 committed by GitHub
parent 027f2ba9e1
commit d0352cfb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@
}, },
{ {
"name": "firefox", "name": "firefox",
"revision": "1229", "revision": "1230",
"download": true "download": true
}, },
{ {

View File

@ -180,7 +180,6 @@ it('should include the origin header', async ({page, server}) => {
it('should support Set-Cookie header', (test, { browserName }) => { it('should support Set-Cookie header', (test, { browserName }) => {
test.fixme(browserName === 'webkit'); test.fixme(browserName === 'webkit');
test.fixme(browserName === 'firefox');
}, async ({context, page, server}) => { }, async ({context, page, server}) => {
await page.route('https://example.com/', (route, request) => { await page.route('https://example.com/', (route, request) => {
route.fulfill({ route.fulfill({