Fix failing test from 173f4c491e
This commit is contained in:
parent
cd43e95b85
commit
ca5ea08e2b
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ describe("Zotero.CollectionTree", function() {
|
|||
|
||||
Zotero.Notifier.unregisterObserver(observerID);
|
||||
|
||||
await select(win, collection.id);
|
||||
await select(win, collection);
|
||||
|
||||
var itemsView = win.ZoteroPane.itemsView;
|
||||
assert.equal(itemsView.rowCount, 1);
|
||||
|
|
Loading…
Reference in a new issue