diff --git a/test/e2e/specs/editor/blocks/list.spec.js b/test/e2e/specs/editor/blocks/list.spec.js
index 99f60ae49693bc..2258c6b8cc6910 100644
--- a/test/e2e/specs/editor/blocks/list.spec.js
+++ b/test/e2e/specs/editor/blocks/list.spec.js
@@ -21,7 +21,13 @@ test.describe( 'List', () => {
await page.keyboard.type( 'Another list item' );
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
- A list item
- Another list item
+
+- A list item
+
+
+
+- Another list item
+
`
);
} );
@@ -38,7 +44,9 @@ test.describe( 'List', () => {
await page.keyboard.type( '* ' );
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
} );
@@ -53,7 +61,9 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-- A list item
+
+- A list item
+
`
);
} );
@@ -192,7 +202,9 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
} );
@@ -207,7 +219,9 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
} );
@@ -227,7 +241,13 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
} );
@@ -245,7 +265,13 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
} );
@@ -268,7 +294,13 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
} );
@@ -323,7 +355,13 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
@@ -341,7 +379,9 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
@@ -355,8 +395,14 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
-`
+
+
+
+
+two
+`
);
} );
@@ -374,7 +420,17 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
+- one
+
+
+
+
+
+
+
+- two
+
`
);
@@ -450,7 +506,17 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
} );
@@ -606,7 +672,9 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
} );
@@ -627,7 +695,17 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
} );
@@ -646,7 +724,17 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
@@ -655,7 +743,17 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
@@ -663,7 +761,17 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
@@ -671,7 +779,13 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
@@ -680,7 +794,13 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);
@@ -688,7 +808,9 @@ test.describe( 'List', () => {
await expect.poll( editor.getEditedPostContent ).toBe(
`
-
+
`
);