From bb69b541d9e6ecbe25b69d8d76ab34668d210e94 Mon Sep 17 00:00:00 2001 From: Jerry Jones Date: Thu, 5 Dec 2024 15:32:57 -0600 Subject: [PATCH] Remove unused seleectors --- test/e2e/specs/site-editor/site-editor-inserter.spec.js | 3 --- 1 file changed, 3 deletions(-) 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