diff --git a/test/e2e/specs/editor/various/__snapshots__/Copy-cut-paste-should-paste-preformatted-in-list-1-chromium.txt b/test/e2e/specs/editor/various/__snapshots__/Copy-cut-paste-should-paste-preformatted-in-list-1-chromium.txt new file mode 100644 index 0000000000000..002e7a1920028 --- /dev/null +++ b/test/e2e/specs/editor/various/__snapshots__/Copy-cut-paste-should-paste-preformatted-in-list-1-chromium.txt @@ -0,0 +1,5 @@ + +
x', + } ); + await editor.insertBlock( { name: 'core/list' } ); + await pageUtils.pressKeyWithModifier( 'primary', 'v' ); + // Ensure the selection is correct. + await page.keyboard.type( 'y' ); + expect( await editor.getEditedPostContent() ).toMatchSnapshot(); + } ); } );