From 411f8b8f9a0f5f3a882730463bdecbf10d85c810 Mon Sep 17 00:00:00 2001 From: stoically Date: Sat, 10 Feb 2018 00:51:11 +0100 Subject: [PATCH] Fix assignment test to check for the new openerTabId property --- test/features/assignment.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/features/assignment.test.js b/test/features/assignment.test.js index f336962..632c60b 100644 --- a/test/features/assignment.test.js +++ b/test/features/assignment.test.js @@ -35,6 +35,7 @@ describe("Assignment Feature", () => { `url=${encodeURIComponent(activeTab.url)}` + `&cookieStoreId=${activeTab.cookieStoreId}`, cookieStoreId: undefined, + openerTabId: null, index: 2, active: true });