From 470c4ab195e6af688cab9c64e0d6d8a1e9c8ba68 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Tue, 11 Jul 2023 10:05:17 -0400 Subject: [PATCH] docs: Remove automated multi-line component test case This test case was automated in https://github.com/WordPress/gutenberg/pull/49352. The remaining known issues are captures in GitHub Issues. --- .../writing-flow/multiline-components.md | 25 ------------------- test-cases/gutenberg/writing-flow/readme.md | 6 ----- 2 files changed, 31 deletions(-) delete mode 100644 test-cases/gutenberg/writing-flow/multiline-components.md diff --git a/test-cases/gutenberg/writing-flow/multiline-components.md b/test-cases/gutenberg/writing-flow/multiline-components.md deleted file mode 100644 index ea00729..0000000 --- a/test-cases/gutenberg/writing-flow/multiline-components.md +++ /dev/null @@ -1,25 +0,0 @@ -# Multiline components - Test Cases - -Test the next steps on: - -- Quote block -- Verse block -- Preformatted block -- Code block (DEV only) -- Pullquote block - -##### TC001 - -**Known Issues** - -- On Android, tapping Enter to split a quote or pullquote citation both splits the block and adds a newline to the citation ([#2498](https://github.com/wordpress-mobile/gutenberg-mobile/issues/2498)) -- On Android, there is sometimes a loss of lines when entering multiple lines. ([#29861](https://github.com/WordPress/gutenberg/issues/29861)) -- On Android, the line spacing between the first two lines in the preformatted and verse blocks appear closer together in the editor than other lines. ([#38636](https://github.com/WordPress/gutenberg/issues/38636)) -- On Android, auto-correction of the first word in the Verse or Preformatted block leads to it being deleted. ([#52887](https://github.com/WordPress/gutenberg/issues/52887)) -- There is sometimes inconsistent HTML surrounding newlines in the Pullquote and Quote Block. ([#1396](https://github.com/wordpress-mobile/gutenberg-mobile/issues/1396)) - -**New line on multiline components** - -- Start typing and press enter to create a new line. -- The new line should be created, without splitting the block. -- On citations, pressing Enter at the end of a citation splits the block, but pressing enter in the middle of a citation creates a new line. \ No newline at end of file diff --git a/test-cases/gutenberg/writing-flow/readme.md b/test-cases/gutenberg/writing-flow/readme.md index 34c808f..c5fa190 100644 --- a/test-cases/gutenberg/writing-flow/readme.md +++ b/test-cases/gutenberg/writing-flow/readme.md @@ -2,12 +2,6 @@ #### General - [ ] [TC001](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/copy-paste.md#tc001) - Paste formatted text copied from website -- [ ] [TC001](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/multiline-components.md#tc001) - Multiline components - - [ ] Quote block - - [ ] Verse block - - [ ] Preformatted block - - [ ] Code block (DEV only) - - [ ] Pullquote block #### Rich Text Format - [ ] [TC007](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/rich-text-formatting.md#tc007) - Test format detection under the cursor - [ ] [TC009](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/rich-text-formatting.md#tc009) - Test autocorrection doesn't apply formatting to Heading