Fix failing test from 173f4c491e

This commit is contained in:
Dan Stillman 2024-06-24 03:01:16 -04:00
parent cd43e95b85
commit ca5ea08e2b

View file

@ -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);