From 9f248b3c86ec53a3093ad7c159c3174b0637320b Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Thu, 6 Jul 2023 15:51:31 -0400 Subject: [PATCH] docs: Remove automated undo and redo test cases These were automated in https://github.com/WordPress/gutenberg/pull/49352. --- test-cases/gutenberg/writing-flow/readme.md | 2 -- .../gutenberg/writing-flow/undo-redo.md | 24 ------------------- 2 files changed, 26 deletions(-) diff --git a/test-cases/gutenberg/writing-flow/readme.md b/test-cases/gutenberg/writing-flow/readme.md index 6becd55..34c808f 100644 --- a/test-cases/gutenberg/writing-flow/readme.md +++ b/test-cases/gutenberg/writing-flow/readme.md @@ -29,6 +29,4 @@ - [ ] Paragraph - [ ] Heading #### 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 -- [ ] [TC003](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/undo-redo.md#tc003) - Undo/redo text format diff --git a/test-cases/gutenberg/writing-flow/undo-redo.md b/test-cases/gutenberg/writing-flow/undo-redo.md index 55388c8..c0d1457 100644 --- a/test-cases/gutenberg/writing-flow/undo-redo.md +++ b/test-cases/gutenberg/writing-flow/undo-redo.md @@ -5,15 +5,6 @@ Start on a new empty post. -##### TC001 - -**Undo/redo block actions** - -- From the example app, remove a few blocks. -- Press the Undo button to see them reappear. -- Press Redo to remove the blocks again. - - ##### TC002 **Known Issues** @@ -26,18 +17,3 @@ Start on a new empty post. - Write some text on a text based block . - Press Undo until all new text has disappeared. - Press Redo to see the text appear again. - - -##### TC003 - -**Known Issues** - -- Highlighting text breaks the ability to redo changes. [#38084](https://github.com/WordPress/gutenberg/issues/38084) - -**Undo/redo text format** - -- On a rich-text based component, add some format (bold, links, etc…). -- Undo all changes and Redo them to arrive to the same state. - - -