Skip to content

Commit

Permalink
docs: Remove automated List splitting and merging test
Browse files Browse the repository at this point in the history
This was automated in WordPress/gutenberg#45048.
  • Loading branch information
dcalhoun committed Jul 6, 2023
1 parent 056e799 commit 585aa7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion test-cases/gutenberg/writing-flow/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
- [ ] [TC005](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/splitting-merging.md#tc005) - Merge multiple blocks
- [ ] Paragraph
- [ ] Heading
- [ ] [TC006](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/splitting-merging.md#tc006) - Splitting/merge list block
#### Undo / Redo - Test Cases
- [ ] [TC001](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/undo-redo.md#tc001) - Undo/redo block actions
- [ ] [TC002](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/undo-redo.md#tc002) - Undo/redo text
Expand Down
17 changes: 0 additions & 17 deletions test-cases/gutenberg/writing-flow/splitting-merging.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,3 @@ Start from an empty post.
- Press enter two times to create an empty block in between
- Press back two times to merge everything again.
- Check that the blocks were merged.


##### TC006

**Splitting/merge list block**

- Write some items on a list block
- Put the caret by the half of them (at the end of the item) and press Enter to create a new item.
- 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.
- Write something on that newly created paragraph block.
- Move the cursor to the beginning of the paragraph block
- Press delete to merge the paragraph block with the upper list block.
- Check that the new word should be a new list item.
- Move the caret to the beginning of the second list block.
- Press delete once to merge it back into the first list block.
- Check that everything was merged and there’s just one list block.

0 comments on commit 585aa7c

Please sign in to comment.