Fix annotation tests after adding isExternal to annotation JSON
This commit is contained in:
parent
9f954488c6
commit
98f9a99126
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@ describe("Zotero.Annotations", function() {
|
|||
"libraryID": null,
|
||||
"key": "92JLMCVT",
|
||||
"type": "highlight",
|
||||
"isExternal": false,
|
||||
"isAuthor": true,
|
||||
"text": "This is an <b>extracted</b> text with rich-text\nAnd a new line",
|
||||
"comment": "This is a comment with <i>rich-text</i>\nAnd a new line",
|
||||
|
@ -36,6 +37,7 @@ describe("Zotero.Annotations", function() {
|
|||
"libraryID": null,
|
||||
"key": "5TKU34XX",
|
||||
"type": "note",
|
||||
"isExternal": false,
|
||||
"isAuthor": true,
|
||||
"comment": "This is a note",
|
||||
"color": "#ffec00",
|
||||
|
@ -55,6 +57,7 @@ describe("Zotero.Annotations", function() {
|
|||
"libraryID": null,
|
||||
"key": "QD32MQJF",
|
||||
"type": "image",
|
||||
"isExternal": false,
|
||||
"isAuthor": true,
|
||||
"image": "zotero://attachment/library/items/LB417FR4",
|
||||
"comment": "This is a comment",
|
||||
|
@ -77,6 +80,7 @@ describe("Zotero.Annotations", function() {
|
|||
"libraryID": null,
|
||||
"key": "PE57YAYH",
|
||||
"type": "highlight",
|
||||
"isExternal": false,
|
||||
"isAuthor": false,
|
||||
"authorName": "Kate Smith",
|
||||
"text": "This is an <b>extracted</b> text with rich-text\nAnd a new line",
|
||||
|
|
Loading…
Reference in a new issue