www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f7e2cd6348ea2531e6066462a6e85d7bae8ee7bf
parent 959772dc00dc221c0e9e3e3cc5b5389747623217
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun,  1 Oct 2017 22:42:51 -0400

Isolate test from 531170353b

Diffstat:
Mtest/tests/zoteroPaneTest.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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);