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: [] }); });