Fix test failure in libraryTreeView after items test

This commit is contained in:
Dan Stillman 2021-03-03 06:23:54 -05:00
parent 92a073314a
commit 914f86839c

View file

@ -634,6 +634,7 @@ describe("Zotero.Items", function () {
await attachment.loadDataType('childItems');
assert.isTrue(attachment._loaded.childItems);
attachment.getAnnotations();
await attachment.eraseTx();
});
});
});