diff --git a/tests/defaultbrowsercontext-1.spec.ts b/tests/defaultbrowsercontext-1.spec.ts index e5402efb04..c3fc231d5c 100644 --- a/tests/defaultbrowsercontext-1.spec.ts +++ b/tests/defaultbrowsercontext-1.spec.ts @@ -172,8 +172,6 @@ it('should support offline option', async ({ server, launchPersistent }) => { }); it('should support acceptDownloads option', async ({ server, launchPersistent }) => { - it.skip(true, 'Unskip once we support downloads in persistent context.'); - const { page } = await launchPersistent({ acceptDownloads: true }); server.setRoute('/download', (req, res) => { res.setHeader('Content-Type', 'application/octet-stream');