parent
871a275090
commit
c2e79c0717
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ describe("Protocol Handler", function () {
|
||||||
zp = win.ZoteroPane;
|
zp = win.ZoteroPane;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
after(function () {
|
||||||
|
win.close();
|
||||||
|
});
|
||||||
|
|
||||||
describe("zotero://select", function () {
|
describe("zotero://select", function () {
|
||||||
async function waitForItemSelect(items) {
|
async function waitForItemSelect(items) {
|
||||||
if (items instanceof Zotero.Item) {
|
if (items instanceof Zotero.Item) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue