Fix test failure after 30cefca18e
This commit is contained in:
parent
30cefca18e
commit
a79d1c2114
1 changed files with 1 additions and 1 deletions
|
@ -1150,7 +1150,7 @@ describe("Zotero.CollectionTreeView", function() {
|
||||||
group1.editable = false;
|
group1.editable = false;
|
||||||
await group1.saveTx();
|
await group1.saveTx();
|
||||||
|
|
||||||
var group2 = await getGroup();
|
var group2 = await createGroup();
|
||||||
|
|
||||||
await cv.selectCollection(collection.id);
|
await cv.selectCollection(collection.id);
|
||||||
await waitForItemsLoad(win);
|
await waitForItemsLoad(win);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue