diff --git a/test/tests/zoteroPaneTest.js b/test/tests/zoteroPaneTest.js index b069c50d4..3c144dee7 100644 --- a/test/tests/zoteroPaneTest.js +++ b/test/tests/zoteroPaneTest.js @@ -246,6 +246,7 @@ describe("ZoteroPane", function() { describe("#duplicateSelectedItem()", function () { it("should add reverse relations", async function () { + await selectLibrary(win); var item1 = await createDataObject('item'); var item2 = await createDataObject('item'); item1.addRelatedItem(item2);