Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 1f89381

Browse files
committed
docs: Remove automated List splitting and merging test
This was automated in WordPress/gutenberg#45048.
1 parent 6aaed53 commit 1f89381

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

test-cases/gutenberg/writing-flow/readme.md

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
- [ ] [TC005](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/splitting-merging.md#tc005) - Merge multiple blocks
2929
- [ ] Paragraph
3030
- [ ] 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
3231
#### Undo / Redo - Test Cases
3332
- [ ] [TC001](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/undo-redo.md#tc001) - Undo/redo block actions
3433
- [ ] [TC002](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/undo-redo.md#tc002) - Undo/redo text

test-cases/gutenberg/writing-flow/splitting-merging.md

-17
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,3 @@ Start from an empty post.
7575
- Press enter two times to create an empty block in between
7676
- Press back two times to merge everything again.
7777
- 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-

0 commit comments

Comments
 (0)