diff --git a/test/e2e/specs/site-editor/site-editor-inserter.spec.js b/test/e2e/specs/site-editor/site-editor-inserter.spec.js index d34d2d7e313d82..db1d435e66f141 100644 --- a/test/e2e/specs/site-editor/site-editor-inserter.spec.js +++ b/test/e2e/specs/site-editor/site-editor-inserter.spec.js @@ -263,9 +263,6 @@ class InserterUtils { name: 'Block Inserter', exact: true, } ); - this.blocksTab = this.getBlockLibraryTab( 'Blocks' ); - this.patternsTab = this.getBlockLibraryTab( 'Patterns' ); - this.mediaTab = this.getBlockLibraryTab( 'Media' ); } // Manually naming as open and close these makes it clearer when reading