Skip to content

Commit

Permalink
feat(firefox): roll Firefox to r1230 (#5473)
Browse files Browse the repository at this point in the history
References #4987
  • Loading branch information
aslushnikov committed Feb 16, 2021
1 parent 027f2ba commit d0352cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion browsers.json
Expand Up @@ -8,7 +8,7 @@
},
{
"name": "firefox",
"revision": "1229",
"revision": "1230",
"download": true
},
{
Expand Down
1 change: 0 additions & 1 deletion test/page-request-fulfill.spec.ts
Expand Up @@ -180,7 +180,6 @@ it('should include the origin header', async ({page, server}) => {

it('should support Set-Cookie header', (test, { browserName }) => {
test.fixme(browserName === 'webkit');
test.fixme(browserName === 'firefox');
}, async ({context, page, server}) => {
await page.route('https://example.com/', (route, request) => {
route.fulfill({
Expand Down

0 comments on commit d0352cf

Please sign in to comment.