Fix tabs manager test (#130)

This commit is contained in:
victor-meng 2020-08-05 18:01:13 -07:00 committed by GitHub
parent 78e70cc7cc
commit 70f9b28499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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(() => {