mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
Fix tabs manager test (#130)
This commit is contained in:
@@ -68,6 +68,10 @@ describe("Tabs manager tests", () => {
|
||||
isActive: ko.observable<boolean>(false),
|
||||
onUpdateTabsButtons: undefined
|
||||
});
|
||||
|
||||
// make sure tabs have different tabId
|
||||
queryTab.tabId = "1";
|
||||
documentsTab.tabId = "2";
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user