loadBrowserWindow() → loadZoteroWindow() in feed test
This commit is contained in:
parent
408453c9e9
commit
fa2ad2f234
1 changed files with 2 additions and 2 deletions
|
@ -233,8 +233,8 @@ describe("Zotero.FeedItem", function () {
|
||||||
this.timeout(20000);
|
this.timeout(20000);
|
||||||
yield Zotero.Translators.init();
|
yield Zotero.Translators.init();
|
||||||
|
|
||||||
// Needs an open window to be able to create a hidden window for translation
|
// Needs an open window to be able to create a progress window
|
||||||
win = yield loadBrowserWindow();
|
win = yield loadZoteroWindow();
|
||||||
});
|
});
|
||||||
|
|
||||||
after(function () {
|
after(function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue