change test 'should open the confirm page' to "cookieStoreId: 'firefox-default'"
This commit is contained in:
parent
ab5d67eacb
commit
613002c64a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ describe("Assignment Comfirm Page Feature", function () {
|
|||
url: "moz-extension://fake/confirm-page.html?" +
|
||||
`url=${encodeURIComponent(url)}` +
|
||||
`&cookieStoreId=${this.webExt.tab.cookieStoreId}`,
|
||||
cookieStoreId: undefined,
|
||||
cookieStoreId: "firefox-default",
|
||||
openerTabId: null,
|
||||
index: 2,
|
||||
active: true
|
||||
|
|
Loading…
Add table
Reference in a new issue