Fix test failure in libraryTreeView after items test
This commit is contained in:
parent
92a073314a
commit
914f86839c
1 changed files with 1 additions and 0 deletions
|
@ -634,6 +634,7 @@ describe("Zotero.Items", function () {
|
||||||
await attachment.loadDataType('childItems');
|
await attachment.loadDataType('childItems');
|
||||||
assert.isTrue(attachment._loaded.childItems);
|
assert.isTrue(attachment._loaded.childItems);
|
||||||
attachment.getAnnotations();
|
attachment.getAnnotations();
|
||||||
|
await attachment.eraseTx();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue