Skip to content

Commit 9b2fbec

Browse files
authored
test: unskip cookie test for firefox (#37926)
1 parent 9959a4d commit 9b2fbec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/library/browsercontext-cookies.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ it('should get a non-session cookie', async ({ context, page, server, defaultSam
7474

7575
it('should allow adding cookies with >400 days expiration', {
7676
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/37903' }
77-
}, async ({ context, server, browserName, channel }) => {
78-
it.fixme(browserName === 'firefox' && !channel?.startsWith('moz-firefox'), 'Firefox fails to add cookies with >400 days expiration');
79-
77+
}, async ({ context, server }) => {
8078
// Browsers start to cap cookies with 400 days max expires value.
8179
// See https://github.com/httpwg/http-extensions/pull/1732
8280
// Chromium patch: https://chromium.googlesource.com/chromium/src/+/aaa5d2b55478eac2ee642653dcd77a50ac3faff6

0 commit comments

Comments
 (0)