Skip to content

Commit 5cfe68d

Browse files
committed
test: uncomment webkit fix
1 parent 4ab8801 commit 5cfe68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cookies.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ module.exports.describe = function({testRunner, expect, playwright, defaultBrows
208208
await context2.close();
209209
}
210210
});
211-
it.skip(WEBKIT)('should isolate persistent cookies', async({context, server, browser}) => {
211+
it('should isolate persistent cookies', async({context, server, browser}) => {
212212
server.setRoute('/setcookie.html', (req, res) => {
213213
res.setHeader('Set-Cookie', 'persistent=persistent-value; max-age=3600');
214214
res.end();

0 commit comments

Comments
 (0)