Skip to content
Snippets Groups Projects
Commit 26d741c7 authored by Nicolas Chevobbe's avatar Nicolas Chevobbe
Browse files

Bug 1755220 - [devtools] Fix add test second param in browser_storage_cookies_add.js.

parent 27f04776
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ add_task(async function() {
private: true,
});
ok(PrivateBrowsingUtils.isWindowPrivate(privateWindow), "window is private");
const privateTab = await addTab(TEST_URL, privateWindow);
const privateTab = await addTab(TEST_URL, { window: privateWindow });
await openStoragePanel({ tab: privateTab });
await performAdd(["cookies", "http://test1.example.org"]);
await performAdd(["cookies", "http://test1.example.org"]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment