From 33d8be42cb7725289ec2b8f5c60912c1e98d871a Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 5 Feb 2025 10:57:37 +0100 Subject: [PATCH] update other test --- tests/library/browsercontext-storage-state.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/library/browsercontext-storage-state.spec.ts b/tests/library/browsercontext-storage-state.spec.ts index b74cfadf7a..e2b2c4f3f8 100644 --- a/tests/library/browsercontext-storage-state.spec.ts +++ b/tests/library/browsercontext-storage-state.spec.ts @@ -40,12 +40,14 @@ it('should capture local storage', async ({ contextFactory }) => { name: 'name2', value: 'value2' }], + indexedDB: [], }, { origin: 'https://www.example.com', localStorage: [{ name: 'name1', value: 'value1' }], + indexedDB: [], }]); });