Skip to content

Commit 87f7d3c

Browse files
committed
test: update snaps
1 parent d74c3de commit 87f7d3c

24 files changed

+34
-99
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading

tests/src/end-to-end/copypaste/copypaste.test.ts-snapshots/headings-json-chromium-linux.json

Lines changed: 5 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -7,79 +7,7 @@
77
{
88
"type": "blockContainer",
99
"attrs": {
10-
"id": "0",
11-
"textColor": "default",
12-
"backgroundColor": "default"
13-
},
14-
"content": [
15-
{
16-
"type": "heading",
17-
"attrs": {
18-
"textAlignment": "left",
19-
"level": 1,
20-
"isToggleable": false
21-
},
22-
"content": [
23-
{
24-
"type": "text",
25-
"text": "Heading"
26-
}
27-
]
28-
}
29-
]
30-
},
31-
{
32-
"type": "blockContainer",
33-
"attrs": {
34-
"id": "1",
35-
"textColor": "default",
36-
"backgroundColor": "default"
37-
},
38-
"content": [
39-
{
40-
"type": "heading",
41-
"attrs": {
42-
"textAlignment": "left",
43-
"level": 2,
44-
"isToggleable": false
45-
},
46-
"content": [
47-
{
48-
"type": "text",
49-
"text": "Heading"
50-
}
51-
]
52-
}
53-
]
54-
},
55-
{
56-
"type": "blockContainer",
57-
"attrs": {
58-
"id": "2",
59-
"textColor": "default",
60-
"backgroundColor": "default"
61-
},
62-
"content": [
63-
{
64-
"type": "heading",
65-
"attrs": {
66-
"textAlignment": "left",
67-
"level": 3,
68-
"isToggleable": false
69-
},
70-
"content": [
71-
{
72-
"type": "text",
73-
"text": "Heading"
74-
}
75-
]
76-
}
77-
]
78-
},
79-
{
80-
"type": "blockContainer",
81-
"attrs": {
82-
"id": "3",
10+
"id": "4",
8311
"textColor": "default",
8412
"backgroundColor": "default"
8513
},
@@ -95,7 +23,7 @@
9523
{
9624
"type": "blockContainer",
9725
"attrs": {
98-
"id": "5",
26+
"id": "6",
9927
"textColor": "default",
10028
"backgroundColor": "default"
10129
},
@@ -119,7 +47,7 @@
11947
{
12048
"type": "blockContainer",
12149
"attrs": {
122-
"id": "6",
50+
"id": "7",
12351
"textColor": "default",
12452
"backgroundColor": "default"
12553
},
@@ -143,7 +71,7 @@
14371
{
14472
"type": "blockContainer",
14573
"attrs": {
146-
"id": "7",
74+
"id": "8",
14775
"textColor": "default",
14876
"backgroundColor": "default"
14977
},
@@ -167,7 +95,7 @@
16795
{
16896
"type": "blockContainer",
16997
"attrs": {
170-
"id": "8",
98+
"id": "9",
17199
"textColor": "default",
172100
"backgroundColor": "default"
173101
},

tests/src/end-to-end/indentation/indentation.test.ts-snapshots/decreaseIndentMultipleBlocks-webkit-linux.json

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,28 +76,33 @@
7676
"text": "Heading"
7777
}
7878
]
79-
}
80-
]
81-
},
82-
{
83-
"type": "blockContainer",
84-
"attrs": {
85-
"id": "3",
86-
"textColor": "default",
87-
"backgroundColor": "default"
88-
},
89-
"content": [
79+
},
9080
{
91-
"type": "heading",
92-
"attrs": {
93-
"textAlignment": "left",
94-
"level": 3,
95-
"isToggleable": false
96-
},
81+
"type": "blockGroup",
9782
"content": [
9883
{
99-
"type": "text",
100-
"text": "Heading"
84+
"type": "blockContainer",
85+
"attrs": {
86+
"id": "3",
87+
"textColor": "default",
88+
"backgroundColor": "default"
89+
},
90+
"content": [
91+
{
92+
"type": "heading",
93+
"attrs": {
94+
"textAlignment": "left",
95+
"level": 3,
96+
"isToggleable": false
97+
},
98+
"content": [
99+
{
100+
"type": "text",
101+
"text": "Heading"
102+
}
103+
]
104+
}
105+
]
101106
}
102107
]
103108
}

tests/src/end-to-end/keyboardhandlers/keyboardhandlers.test.ts-snapshots/backspaceStartOfBlock-json-webkit-linux.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
},
1414
"content": [
1515
{
16-
"type": "paragraph",
16+
"type": "heading",
1717
"attrs": {
18-
"textAlignment": "left"
18+
"textAlignment": "left",
19+
"level": 1,
20+
"isToggleable": false
1921
},
2022
"content": [
2123
{

0 commit comments

Comments
 (0)