Fix annotations test
This commit is contained in:
parent
3beb858275
commit
3584853f39
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ describe("Zotero.Annotations", function() {
|
|||
"type": "highlight",
|
||||
"isExternal": false,
|
||||
"isAuthor": true,
|
||||
"readOnly": false,
|
||||
"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",
|
||||
"color": "#ffec00",
|
||||
|
@ -39,6 +40,7 @@ describe("Zotero.Annotations", function() {
|
|||
"type": "note",
|
||||
"isExternal": false,
|
||||
"isAuthor": true,
|
||||
"readOnly": false,
|
||||
"comment": "This is a note",
|
||||
"color": "#ffec00",
|
||||
"pageLabel": "14",
|
||||
|
@ -59,6 +61,7 @@ describe("Zotero.Annotations", function() {
|
|||
"type": "image",
|
||||
"isExternal": false,
|
||||
"isAuthor": true,
|
||||
"readOnly": false,
|
||||
"image": "zotero://attachment/library/items/LB417FR4",
|
||||
"comment": "This is a comment",
|
||||
"color": "#ffec00",
|
||||
|
|
Loading…
Add table
Reference in a new issue