Isolate test from 531170353b
This commit is contained in:
parent
959772dc00
commit
f7e2cd6348
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue