From 613002c64aac346eaacaca776aafeb9d0cd7542a Mon Sep 17 00:00:00 2001 From: garywill Date: Sun, 14 Mar 2021 21:12:10 +0800 Subject: [PATCH] change test 'should open the confirm page' to "cookieStoreId: 'firefox-default'" --- test/features/assignment.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/features/assignment.test.js b/test/features/assignment.test.js index 990f3ff..1df0e26 100644 --- a/test/features/assignment.test.js +++ b/test/features/assignment.test.js @@ -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