Skip to content

Commit 2df3321

Browse files
committed
fix test
1 parent 9197bde commit 2df3321

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/parallel/test-inspector-dom-storage.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,6 @@ async function test() {
1111
const session = new Session();
1212
await session.connect();
1313

14-
// Check disabled before enable
15-
await session
16-
.post('DOMStorage.getDOMStorageItems', {
17-
storageId: {
18-
isLocalStorage: true,
19-
securityOrigin: 'node-inspector://default-dom-storage',
20-
},
21-
})
22-
.catch(
23-
common.mustCall((err) => {
24-
assert.ok(err.message.includes('DOMStorage domain is not enabled'));
25-
})
26-
);
27-
2814
await session.post('DOMStorage.enable');
2915

3016
await checkStorage(true);

0 commit comments

Comments
 (0)