Isolate test from 531170353b
This commit is contained in:
parent
959772dc00
commit
f7e2cd6348
|
@ -246,6 +246,7 @@ describe("ZoteroPane", function() {
|
||||||
|
|
||||||
describe("#duplicateSelectedItem()", function () {
|
describe("#duplicateSelectedItem()", function () {
|
||||||
it("should add reverse relations", async function () {
|
it("should add reverse relations", async function () {
|
||||||
|
await selectLibrary(win);
|
||||||
var item1 = await createDataObject('item');
|
var item1 = await createDataObject('item');
|
||||||
var item2 = await createDataObject('item');
|
var item2 = await createDataObject('item');
|
||||||
item1.addRelatedItem(item2);
|
item1.addRelatedItem(item2);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user