Re-enable import progress indicator
This commit is contained in:
parent
6db380b132
commit
5cbb8de96b
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
describe("Zotero_File_Interface", function() {
|
||||
let win;
|
||||
before(function* () {
|
||||
win = yield loadBrowserWindow();
|
||||
win = yield loadZoteroPane();
|
||||
yield OS.File.copy(OS.Path.join(getTestDataDirectory().path, "Test Import Translator.js"),
|
||||
OS.Path.join(Zotero.getTranslatorsDirectory().path, "Test Import Translator.js"));
|
||||
yield Zotero.Translators.reinit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue