Fix test failure after 30cefca18e

This commit is contained in:
Dan Stillman 2020-05-20 18:47:55 -04:00
parent 30cefca18e
commit a79d1c2114

View file

@ -1150,7 +1150,7 @@ describe("Zotero.CollectionTreeView", function() {
group1.editable = false;
await group1.saveTx();
var group2 = await getGroup();
var group2 = await createGroup();
await cv.selectCollection(collection.id);
await waitForItemsLoad(win);