Close all tabs before item tags box tests to try to fix CI failures

This commit is contained in:
Dan Stillman 2025-07-15 01:01:31 -04:00
parent 42e21d4fa1
commit dd10111e5d

View file

@ -7,6 +7,7 @@ describe("Item Tags Box", function () {
win = yield loadZoteroPane();
doc = win.document;
win.Zotero_Tabs.select("zotero-pane")
win.Zotero_Tabs.closeAll();
// Wait for things to settle
yield Zotero.Promise.delay(100);