Skip to content

Commit d0352cf

Browse files
authored
feat(firefox): roll Firefox to r1230 (#5473)
References #4987
1 parent 027f2ba commit d0352cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
{
1010
"name": "firefox",
11-
"revision": "1229",
11+
"revision": "1230",
1212
"download": true
1313
},
1414
{

test/page-request-fulfill.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ it('should include the origin header', async ({page, server}) => {
180180

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

0 commit comments

Comments
 (0)