Fix recognizePDF test after DOI translator change
This commit is contained in:
parent
54343c49fb
commit
7ed0d8a408
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ describe("PDF Recognition", function() {
|
|||
assert.lengthOf(addedIDs, 1);
|
||||
var item = Zotero.Items.get(addedIDs[0]);
|
||||
assert.equal(item.getField("title"), "Shaping the Research Agenda");
|
||||
assert.equal(item.getField("libraryCatalog"), "Crossref");
|
||||
assert.equal(item.getField("libraryCatalog"), "DOI.org (Crossref)");
|
||||
assert.lengthOf(modifiedIDs, 2);
|
||||
|
||||
// Wait for status to show as complete
|
||||
|
|
Loading…
Add table
Reference in a new issue