diff --git a/test-cases/gutenberg/cover.md b/test-cases/gutenberg/cover.md
index 83beb53..c72fcff 100644
--- a/test-cases/gutenberg/cover.md
+++ b/test-cases/gutenberg/cover.md
@@ -18,14 +18,12 @@
- Add a Cover block from the Web editor
- Select an image
-- Decrease the height of the block and use the Focal point picker in the right sidebar, select any point
-
-
+- Decrease the height of the block and use the Focal point picker in the right sidebar, select any point:
+ -
- Save the post
- Open the post from the app
- Expect to see the the Cover block with the image and the right focal point
-
-
+ -
--------------------------------------------------------------------------------
@@ -37,18 +35,15 @@
- Select an image
- Type in any text
- Select the block
-- Add a **custom** solid overlay color
-
-
+- Add a **custom** solid overlay color:
+ -
- Select the text
-- Add a **custom** text color
-
-
+- Add a **custom** text color:
+ -
- Save the post
- Open the post from the app
-- Expect to see the the Cover block with the image and color styles
-
-
+- Expect to see the the Cover block with the image and color styles:
+ -
--------------------------------------------------------------------------------
@@ -126,7 +121,7 @@ Cover block should continue normally if the editor is closed and re-opened with
* Select "Choose from device" option
* Select an image from the device and confirm the selection
* While image is uploading, leave the editor
-* Verify that you see the upload progress in post summary:
+* Verify that you see the `Uploading media...` placeholder in the post summary:
*
* Re-open the post with the cover block before uploads complete
@@ -154,7 +149,7 @@ Cover block should allow uploading an image after the editor is closed.
* Select "Choose from device" option
* Select an image from the device and confirm the selection
* While image is uploading, leave the editor
-* Verify that you see the upload progress in post summary:
+* Verify that you see the `Uploading media...` placeholder in the post summary:
*
* Wait for the upload to complete while in the post list
* Re-open the post with the Cover block
diff --git a/test-cases/gutenberg/gallery.md b/test-cases/gutenberg/gallery.md
index f793d9b..4ad32c5 100644
--- a/test-cases/gutenberg/gallery.md
+++ b/test-cases/gutenberg/gallery.md
@@ -19,7 +19,7 @@ Gallery block should continue normally if the editor is closed and re-opened wit
* Select "Choose from device" option
* Select multiple images from the device and confirm the selection
* While image are uploading, leave the editor
-* Verify that you see the upload progress in post summary:
+* Verify that you see the `Uploading media...` placeholder in the post summary:
*
* Re-open the post with the gallery block before uploads complete
@@ -45,7 +45,7 @@ Gallery block should allow uploading multiple images after the editor is closed.
* Select "Choose from device" option
* Select multiple images from the device and confirm the selection
* While image are uploading, leave the editor
-* Verify that you see the upload progress in post summary:
+* Verify that you see the `Uploading media...` placeholder in the post summary:
*
* Wait for uploads to complete while in the post list
* Re-open the post with the gallery block
diff --git a/test-cases/resources/cover-2.png b/test-cases/resources/cover-2.png
index 41655cd..3820051 100644
Binary files a/test-cases/resources/cover-2.png and b/test-cases/resources/cover-2.png differ
diff --git a/test-cases/resources/cover-3.png b/test-cases/resources/cover-3.png
index 3a71784..1d28d93 100644
Binary files a/test-cases/resources/cover-3.png and b/test-cases/resources/cover-3.png differ
diff --git a/test-cases/resources/cover-4.png b/test-cases/resources/cover-4.png
index f024dc0..8447c86 100644
Binary files a/test-cases/resources/cover-4.png and b/test-cases/resources/cover-4.png differ
diff --git a/test-cases/resources/cover-5.png b/test-cases/resources/cover-5.png
index 9e92b7a..61b111a 100644
Binary files a/test-cases/resources/cover-5.png and b/test-cases/resources/cover-5.png differ
diff --git a/test-cases/resources/cover-6.png b/test-cases/resources/cover-6.png
index d3cd2b0..2605876 100644
Binary files a/test-cases/resources/cover-6.png and b/test-cases/resources/cover-6.png differ
diff --git a/test-cases/resources/gallery-upload-in-progress.jpg b/test-cases/resources/gallery-upload-in-progress.jpg
index a3dd45c..4f66e37 100644
Binary files a/test-cases/resources/gallery-upload-in-progress.jpg and b/test-cases/resources/gallery-upload-in-progress.jpg differ
diff --git a/test-cases/resources/upload-progress-posts-list.png b/test-cases/resources/upload-progress-posts-list.png
index 0bad042..8a10418 100644
Binary files a/test-cases/resources/upload-progress-posts-list.png and b/test-cases/resources/upload-progress-posts-list.png differ