Skip to content

Commit ecf5990

Browse files
committed
test: update snaps
1 parent efa0ab8 commit ecf5990

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/xl-multi-column/src/test/commands/__snapshots__/removeBlocks.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ exports[`Test removeBlocks > Remove all columns in columnList 1`] = `
219219
{
220220
"children": [],
221221
"content": [],
222-
"id": "1",
222+
"id": "initialBlockId",
223223
"props": {
224224
"backgroundColor": "default",
225225
"textAlignment": "left",
@@ -240,7 +240,7 @@ exports[`Test removeBlocks > Remove all columns in columnList 1`] = `
240240
{
241241
"children": [],
242242
"content": [],
243-
"id": "3",
243+
"id": "initialBlockId",
244244
"props": {
245245
"backgroundColor": "default",
246246
"textAlignment": "left",
@@ -250,7 +250,7 @@ exports[`Test removeBlocks > Remove all columns in columnList 1`] = `
250250
},
251251
],
252252
"content": undefined,
253-
"id": "2",
253+
"id": "1",
254254
"props": {
255255
"width": 1,
256256
},

tests/src/unit/core/clipboard/paste/__snapshots__/text/html/pasteTable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
],
106106
"type": "tableContent",
107107
},
108-
"id": "2",
108+
"id": "initialBlockId",
109109
"props": {
110110
"textColor": "default",
111111
},

0 commit comments

Comments
 (0)