Fix assignment test to check for the new openerTabId property
This commit is contained in:
@@ -35,6 +35,7 @@ describe("Assignment Feature", () => {
|
||||
`url=${encodeURIComponent(activeTab.url)}` +
|
||||
`&cookieStoreId=${activeTab.cookieStoreId}`,
|
||||
cookieStoreId: undefined,
|
||||
openerTabId: null,
|
||||
index: 2,
|
||||
active: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user