Fix assignment test to check for the new openerTabId property
This commit is contained in:
parent
718652e211
commit
411f8b8f9a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue