Update test for shortened annotation sortIndex
This commit is contained in:
parent
a0fb7a8583
commit
151a14c0a8
1 changed files with 1 additions and 1 deletions
|
@ -2404,7 +2404,7 @@ describe("Zotero.Item", function () {
|
||||||
annotationType: 'highlight',
|
annotationType: 'highlight',
|
||||||
annotationText: "This is highlighted text.",
|
annotationText: "This is highlighted text.",
|
||||||
annotationComment: "This is a comment with <i>rich-text</i>\nAnd a new line",
|
annotationComment: "This is a comment with <i>rich-text</i>\nAnd a new line",
|
||||||
annotationSortIndex: '00015|002431|00000.000',
|
annotationSortIndex: '00015|002431|00000',
|
||||||
annotationPosition: JSON.stringify({
|
annotationPosition: JSON.stringify({
|
||||||
pageIndex: 123,
|
pageIndex: 123,
|
||||||
rects: [
|
rects: [
|
||||||
|
|
Loading…
Reference in a new issue