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