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