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)}` +
|
`url=${encodeURIComponent(activeTab.url)}` +
|
||||||
`&cookieStoreId=${activeTab.cookieStoreId}`,
|
`&cookieStoreId=${activeTab.cookieStoreId}`,
|
||||||
cookieStoreId: undefined,
|
cookieStoreId: undefined,
|
||||||
|
openerTabId: null,
|
||||||
index: 2,
|
index: 2,
|
||||||
active: true
|
active: true
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user