Fix test failure after #5263

This commit is contained in:
Dan Stillman 2025-05-09 01:46:35 -04:00
parent c1cea87743
commit f539d7439d

View file

@ -56,7 +56,10 @@ describe("Item pane", function () {
ZoteroContextPane = win.ZoteroContextPane;
itemsView = win.ZoteroPane.itemsView;
});
after(function () {
Zotero_Tabs.select("zotero-pane");
Zotero_Tabs.closeAll();
win.close();
});