update other test

This commit is contained in:
Simon Knott 2025-02-05 10:57:37 +01:00
parent 0982187e80
commit 33d8be42cb
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

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