Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions docs/test-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit unrelated to this PR, but this should be "a video" instead of "an video."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. It is removed entirely in #329. I'll defer to that resolution.


- **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.
Expand Down
Loading