Maybe fix browser test failures by preloading translators
This commit is contained in:
parent
444d77958d
commit
1a0f125d78
|
@ -4,6 +4,9 @@ describe("Zotero_Browser", function () {
|
|||
var win, collection;
|
||||
|
||||
before(function* () {
|
||||
this.timeout(60000);
|
||||
yield Zotero.Translators.init();
|
||||
|
||||
win = yield loadBrowserWindow();
|
||||
collection = yield createDataObject('collection');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user