test(downloads): enable test for downloads in a persistent context (#9379)

This commit is contained in:
Joel Einbinder 2021-10-11 13:27:56 -04:00 committed by GitHub
parent 89e98d85fc
commit 1bf8c80bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');