Fix annotations test

This commit is contained in:
Martynas Bagdonas 2021-06-09 18:12:05 +03:00
parent 3beb858275
commit 3584853f39

View file

@ -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",