From dd10111e5db2243736ddb1ee2e80f2a63240179b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 15 Jul 2025 01:01:31 -0400 Subject: [PATCH] Close all tabs before item tags box tests to try to fix CI failures --- test/tests/tagsboxTest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tests/tagsboxTest.js b/test/tests/tagsboxTest.js index 3a53195c9f..3b3228f33f 100644 --- a/test/tests/tagsboxTest.js +++ b/test/tests/tagsboxTest.js @@ -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);