Skip to content

Commit f62bffd

Browse files
committed
revert: "test: update snapshots"
This reverts commit 713ac5b.
1 parent 713ac5b commit f62bffd

File tree

6 files changed

+5
-29
lines changed

6 files changed

+5
-29
lines changed
Loading

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

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

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": "Hea"
24+
"text": "H"
2525
}
2626
]
2727
}
@@ -43,7 +43,7 @@
4343
"content": [
4444
{
4545
"type": "text",
46-
"text": "ding"
46+
"text": "eading"
4747
}
4848
]
4949
},

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

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,7 @@
4343
"content": [
4444
{
4545
"type": "text",
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"
46+
"text": "g"
7047
}
7148
]
7249
}
Loading
Loading

0 commit comments

Comments
 (0)