Skip to content

Commit 713ac5b

Browse files
committed
test: update snapshots
1 parent d824b40 commit 713ac5b

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
lines changed
Loading

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
},
1414
"content": [
1515
{
16-
"type": "paragraph",
16+
"type": "heading",
1717
"attrs": {
18-
"textAlignment": "left"
18+
"textAlignment": "left",
19+
"level": 1
1920
},
2021
"content": [
2122
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"content": [
2222
{
2323
"type": "text",
24-
"text": "H"
24+
"text": "Hea"
2525
}
2626
]
2727
}
@@ -43,7 +43,7 @@
4343
"content": [
4444
{
4545
"type": "text",
46-
"text": "eading"
46+
"text": "ding"
4747
}
4848
]
4949
},

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,30 @@
4343
"content": [
4444
{
4545
"type": "text",
46-
"text": "g"
46+
"text": "eading"
47+
}
48+
]
49+
}
50+
]
51+
},
52+
{
53+
"type": "blockContainer",
54+
"attrs": {
55+
"id": "1",
56+
"textColor": "default",
57+
"backgroundColor": "default"
58+
},
59+
"content": [
60+
{
61+
"type": "heading",
62+
"attrs": {
63+
"textAlignment": "left",
64+
"level": 2
65+
},
66+
"content": [
67+
{
68+
"type": "text",
69+
"text": "Heading"
4770
}
4871
]
4972
}
Loading
Loading

0 commit comments

Comments
 (0)