From 608fd5c2d9507fc696bec81550b3dcab5568e91d Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Fri, 27 Feb 2026 10:31:47 -0500 Subject: [PATCH] docs: remove manual undo/redo test case This test case is now covered with automated E2E testing: - 348ad357b699a20d68900ce469e012e5c006334a - 0e2c4931c2b4a06fa3f0041e6c714c6bae703907 --- docs/test-cases.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/test-cases.md b/docs/test-cases.md index 63b2d1c0..0834151b 100644 --- a/docs/test-cases.md +++ b/docs/test-cases.md @@ -4,28 +4,21 @@ **Purpose:** Verify the editor's core functionality: writing/formatting text, uploading media, saving/publishing, and basic block manipulation. -### S.1. Undo/Redo Actions - -- **Steps:** - - Add, remove, and edit blocks and text. - - Use Undo and Redo buttons. -- **Expected Outcome:** Editor correctly undoes and redoes actions, restoring previous states. - -### S.2. Upload an image +### S.1. Upload an image - **Steps:** - Add an Image block. - Tap "Choose from device" and select an image. - **Expected Outcome:** Image uploads and displays in the block. An activity indicator is shown while the image is uploading. -### S.3. Upload an video +### S.2. Upload an video - **Steps:** - Add a Video block. - Tap "Choose from device" and select a video. - **Expected Outcome:** Video uploads and displays in the block. An activity indicator is shown while the video is uploading. -### S.4. Save and publish a post +### S.3. Save and publish a post - **Steps:** - Create a new post with text and media.