parent
f43df90225
commit
70b361ed8b
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ describe("Retractions", function() {
|
|||
win = await loadZoteroPane();
|
||||
zp = win.ZoteroPane;
|
||||
|
||||
await Zotero.Retractions.updateFromServer();
|
||||
|
||||
// Remove debouncing on checkQueuedItems()
|
||||
checkQueueItemsStub = sinon.stub(Zotero.Retractions, 'checkQueuedItems').callsFake(() => {
|
||||
return Zotero.Retractions._checkQueuedItemsInternal();
|
||||
|
|
Loading…
Reference in a new issue