mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 15:06:55 +00:00
Fix tabs manager test (#130)
This commit is contained in:
parent
78e70cc7cc
commit
70f9b28499
@ -68,6 +68,10 @@ describe("Tabs manager tests", () => {
|
|||||||
isActive: ko.observable<boolean>(false),
|
isActive: ko.observable<boolean>(false),
|
||||||
onUpdateTabsButtons: undefined
|
onUpdateTabsButtons: undefined
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// make sure tabs have different tabId
|
||||||
|
queryTab.tabId = "1";
|
||||||
|
documentsTab.tabId = "2";
|
||||||
});
|
});
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user