From 435bfe6abf2438e65a7a4760c5d17fc21b208bc9 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 5 Feb 2025 12:11:41 +0100 Subject: [PATCH] more test --- tests/library/global-fetch-cookie.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/library/global-fetch-cookie.spec.ts b/tests/library/global-fetch-cookie.spec.ts index 67845f8b8e..e802c32334 100644 --- a/tests/library/global-fetch-cookie.spec.ts +++ b/tests/library/global-fetch-cookie.spec.ts @@ -351,7 +351,8 @@ it('should preserve local storage on import/export of storage state', async ({ p localStorage: [{ name: 'name1', value: 'value1' - }] + }], + indexedDB: [], }, ] };