Close window after protocol handler tests

Regression from fda002ec34
This commit is contained in:
Dan Stillman 2019-08-03 02:48:01 -04:00
parent 871a275090
commit c2e79c0717

View file

@ -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) {