diff --git a/packages/e2e-tests/specs/editor/various/block-switcher.test.js b/packages/e2e-tests/specs/editor/various/block-switcher.test.js index 7adbac136cd2e1..1b82f1f23ad025 100644 --- a/packages/e2e-tests/specs/editor/various/block-switcher.test.js +++ b/packages/e2e-tests/specs/editor/various/block-switcher.test.js @@ -29,7 +29,7 @@ describe( 'Block Switcher', () => { 'Group', 'Paragraph', 'Heading', - 'Pullquote', + 'Quote', 'Columns', 'Table of Contents', ] ) @@ -55,7 +55,6 @@ describe( 'Block Switcher', () => { expect.arrayContaining( [ 'Group', 'Paragraph', - 'Pullquote', 'Heading', 'Table of Contents', ] )