Skip to content
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
islandryu committed Dec 24, 2025
commit 2df3321d68ab20a491864f3f04b2ee6ec44412c8
14 changes: 0 additions & 14 deletions test/parallel/test-inspector-dom-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ async function test() {
const session = new Session();
await session.connect();

// Check disabled before enable
await session
.post('DOMStorage.getDOMStorageItems', {
storageId: {
isLocalStorage: true,
securityOrigin: 'node-inspector://default-dom-storage',
},
})
.catch(
common.mustCall((err) => {
assert.ok(err.message.includes('DOMStorage domain is not enabled'));
})
);

await session.post('DOMStorage.enable');

await checkStorage(true);
Expand Down
Loading