mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
Fix test failure after #5263
This commit is contained in:
parent
c1cea87743
commit
f539d7439d
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue