From 8a5dbfc37b12fea72a57c051e88864b1b80a585c 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 | 32 ------------------- test-cases/gutenberg/writing-flow/readme.md | 6 ---- 2 files changed, 38 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 f2a8d8c..0000000 --- a/test-cases/gutenberg/writing-flow/multiline-components.md +++ /dev/null @@ -1,32 +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)) -- 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. -- Check on HTML mode that the resulting HTML code is correct: - - _QuoteV1_: `

` tags per paragraph. **(This is for QuoteV1 _only_. QuoteV2 uses inner blocks instead)** - - _Quote citation_: `
` on line-breaks. - - _Verse_: `
` on line-breaks. - - _Preformatted_: `
` on line-breaks. - - _Code_: (Invisible `\n`) new line character. - - _Pullquote_: `
` on line-breaks. - - _Pullquote citation_: `
` on line-breaks. 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