Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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: 13 additions & 0 deletions test-cases/gutenberg/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,16 @@ Expected look:
![DarkMode](../resources/group-dark-mode.png)

--------------------------------------------------------------------------------

##### TC014

### Check if nested Placeholder block can be replaced

- Open New Post (it is very important to start with blank post)
- Add a `Group` block
- Add empty `Paragraph` inside the created block
- Make sure that the created paragraph is empty and selected
- Press on `Inserter` button and select block to add
- The paragraph should be replaced by selected block

--------------------------------------------------------------------------------
1 change: 1 addition & 0 deletions test-suites/gutenberg/sanity-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ Group-1
- [ ] Group - Cross navigation between blocks works as expected - [steps](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/group.md#tc011)
- [ ] Group - Ungroup button works as expected - [steps](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/group.md#tc012)
- [ ] Group - Check if in DarkMode all components gets proper colors (iOS) - [steps](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/group.md#tc013)
- [ ] Group - Check if nested Placeholder block can be replaced - [steps](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/group.md#tc014)