This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Commit 1f89381 1 parent 6aaed53 commit 1f89381 Copy full SHA for 1f89381
File tree 2 files changed +0
-18
lines changed
test-cases/gutenberg/writing-flow
2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 28
28
- [ ] [ TC005] ( https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/splitting-merging.md#tc005 ) - Merge multiple blocks
29
29
- [ ] Paragraph
30
30
- [ ] Heading
31
- - [ ] [ TC006] ( https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/splitting-merging.md#tc006 ) - Splitting/merge list block
32
31
#### Undo / Redo - Test Cases
33
32
- [ ] [ TC001] ( https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/undo-redo.md#tc001 ) - Undo/redo block actions
34
33
- [ ] [ TC002] ( https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/undo-redo.md#tc002 ) - Undo/redo text
Original file line number Diff line number Diff line change @@ -75,20 +75,3 @@ Start from an empty post.
75
75
- Press enter two times to create an empty block in between
76
76
- Press back two times to merge everything again.
77
77
- Check that the blocks were merged.
78
-
79
-
80
- ##### TC006
81
-
82
- ** Splitting/merge list block**
83
-
84
- - Write some items on a list block
85
- - Put the caret by the half of them (at the end of the item) and press Enter to create a new item.
86
- - Press Enter again to split the block into two, with an empty paragraph block in the middle. The paragraph block at the middle should be focused.
87
- - Write something on that newly created paragraph block.
88
- - Move the cursor to the beginning of the paragraph block
89
- - Press delete to merge the paragraph block with the upper list block.
90
- - Check that the new word should be a new list item.
91
- - Move the caret to the beginning of the second list block.
92
- - Press delete once to merge it back into the first list block.
93
- - Check that everything was merged and there’s just one list block.
94
-
You can’t perform that action at this time.
0 commit comments