Fix #959, 5.0: Submit to Zotero Server is not working
This commit is contained in:
parent
300c8e8aea
commit
87a2eece3a
3 changed files with 148 additions and 127 deletions
|
@ -117,6 +117,10 @@ describe("Zotero.Sync.Data.Engine", function () {
|
|||
yield Zotero.Users.setCurrentUsername("testuser");
|
||||
})
|
||||
|
||||
after(function () {
|
||||
Zotero.HTTP.mock = null;
|
||||
});
|
||||
|
||||
describe("Syncing", function () {
|
||||
it("should download items into a new library", function* () {
|
||||
({ engine, client, caller } = yield setup());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue