We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9197bde commit 2df3321Copy full SHA for 2df3321
test/parallel/test-inspector-dom-storage.js
@@ -11,20 +11,6 @@ async function test() {
11
const session = new Session();
12
await session.connect();
13
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
-
28
await session.post('DOMStorage.enable');
29
30
await checkStorage(true);
0 commit comments