From b47b7e58226b9583329c2efeb7e9b8722a7d17cd Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Thu, 6 Jul 2023 15:48:29 -0400 Subject: [PATCH] docs: Remove automated List splitting and merging test This was automated in https://github.com/WordPress/gutenberg/pull/45048. --- .../gutenberg/writing-flow/splitting-merging.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/test-cases/gutenberg/writing-flow/splitting-merging.md b/test-cases/gutenberg/writing-flow/splitting-merging.md index f8caff0..a228c2f 100644 --- a/test-cases/gutenberg/writing-flow/splitting-merging.md +++ b/test-cases/gutenberg/writing-flow/splitting-merging.md @@ -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. -