mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
Close all tabs before item tags box tests to try to fix CI failures
This commit is contained in:
parent
42e21d4fa1
commit
dd10111e5d
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue