From f9962c76c15e9a3cdee478293d7eacbaf8d3b61f Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Fri, 23 Aug 2024 14:27:52 +0200 Subject: [PATCH] enable to big --- test/web/file/too-big.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/web/file/too-big.spec.ts b/test/web/file/too-big.spec.ts index 03ceec6..a441ea1 100644 --- a/test/web/file/too-big.spec.ts +++ b/test/web/file/too-big.spec.ts @@ -3,7 +3,7 @@ import { createNote } from '../../utils' import { Files } from '../../files' test.describe('@web', () => { - test.skip('to big zip', async ({ page }) => { + test('to big zip', async ({ page }) => { const files = [Files.Zip] const link = await createNote(page, { files, error: 'note is to big' }) })