Skip to content

Commit 5746cae

Browse files
committed
fix failing tests
1 parent 6ffe4a5 commit 5746cae

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

packages/super-editor/src/tests/import/listImporter.test.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,7 @@ describe('custom nested list tests', () => {
11671167
type: 'paragraph',
11681168
attrs: {
11691169
rsidRDefault: '009F090C',
1170+
styleId: 'ListParagraph',
11701171
textAlign: null
11711172
},
11721173
content: [
@@ -1197,6 +1198,7 @@ describe('custom nested list tests', () => {
11971198
type: 'paragraph',
11981199
attrs: {
11991200
rsidRDefault: '006B7646',
1201+
styleId: 'ListParagraph',
12001202
textAlign: null
12011203
},
12021204
content: [
@@ -1408,6 +1410,7 @@ describe('custom nested list tests', () => {
14081410
type: 'paragraph',
14091411
attrs: {
14101412
rsidRDefault: '009F090C',
1413+
styleId: 'ListParagraph',
14111414
textAlign: null
14121415
},
14131416
content: [
@@ -1432,6 +1435,7 @@ describe('custom nested list tests', () => {
14321435
type: 'paragraph',
14331436
attrs: {
14341437
rsidRDefault: '009F090C',
1438+
styleId: 'ListParagraph',
14351439
textAlign: null
14361440
},
14371441
content: [
@@ -1640,6 +1644,7 @@ describe('custom nested list tests', () => {
16401644
type: 'paragraph',
16411645
attrs: {
16421646
rsidRDefault: '009F090C',
1647+
styleId: 'ListParagraph',
16431648
textAlign: null
16441649
},
16451650
content: [
@@ -1664,6 +1669,7 @@ describe('custom nested list tests', () => {
16641669
type: 'paragraph',
16651670
attrs: {
16661671
rsidRDefault: '009F090C',
1672+
styleId: 'ListParagraph',
16671673
textAlign: null
16681674
},
16691675
content: [
@@ -1757,7 +1763,8 @@ describe('custom nested list tests', () => {
17571763
type: 'paragraph',
17581764
attrs: {
17591765
rsidRDefault: '009F090C',
1760-
textAlign: null
1766+
textAlign: null,
1767+
styleId: 'ListParagraph',
17611768
},
17621769
content: [
17631770
{

0 commit comments

Comments
 (0)