Skip to content

Commit

Permalink
docs: Remove automated undo and redo test cases
Browse files Browse the repository at this point in the history
These were automated in
WordPress/gutenberg#49352.
  • Loading branch information
dcalhoun committed Jul 6, 2023
1 parent 585aa7c commit 9f248b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions test-cases/gutenberg/writing-flow/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
24 changes: 0 additions & 24 deletions test-cases/gutenberg/writing-flow/undo-redo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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.



0 comments on commit 9f248b3

Please sign in to comment.