www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 1a0f125d787f817740f97a95ce83cbb899e4353c
parent 444d77958d09ebb939addf67cbf32743cd9747db
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 19 Jun 2017 00:40:52 -0400

Maybe fix browser test failures by preloading translators

Diffstat:
Mtest/tests/browserTest.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/test/tests/browserTest.js b/test/tests/browserTest.js @@ -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'); });