Fix assignment test to check for the new openerTabId property

This commit is contained in:
stoically
2018-02-10 00:51:11 +01:00
parent 6e45532f58
commit fd72ce12b4
+1
View File
@@ -35,6 +35,7 @@ describe("Assignment Feature", () => {
`url=${encodeURIComponent(activeTab.url)}` +
`&cookieStoreId=${activeTab.cookieStoreId}`,
cookieStoreId: undefined,
openerTabId: null,
index: 2,
active: true
});