From feab17ed03f34ad0b96cd5a8dce8ee1f2a8a6653 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 6 Feb 2025 13:03:01 +0100 Subject: [PATCH] remove newline --- tests/library/browsercontext-storage-state.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/library/browsercontext-storage-state.spec.ts b/tests/library/browsercontext-storage-state.spec.ts index ee53088e9f..b17284e23a 100644 --- a/tests/library/browsercontext-storage-state.spec.ts +++ b/tests/library/browsercontext-storage-state.spec.ts @@ -437,6 +437,5 @@ it('should support IndexedDB', async ({ page, server, contextFactory }) => { - text: /Pet the cat/ `); - expect(await context.storageState({ indexedDB: false })).toEqual({ cookies: [], origins: [] }); });