Skip to content

Commit

Permalink
Try to fix performance test.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Oct 9, 2024
1 parent 3203837 commit dd3dab9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/performance/specs/post-editor.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ test.describe( 'Post Editor Performance', () => {
await perfUtils.disableAutosave();
const globalInserterToggle = page.getByRole( 'button', {
name: 'Block Inserter',
exact: true,
} );

const samples = 10;
Expand Down Expand Up @@ -427,7 +426,6 @@ test.describe( 'Post Editor Performance', () => {
await perfUtils.disableAutosave();
const globalInserterToggle = page.getByRole( 'button', {
name: 'Block Inserter',
exact: true,
} );
// Open Inserter.
await globalInserterToggle.click();
Expand Down Expand Up @@ -487,7 +485,6 @@ test.describe( 'Post Editor Performance', () => {

const globalInserterToggle = page.getByRole( 'button', {
name: 'Block Inserter',
exact: true,
} );
const paragraphBlockItem = page.locator(
'.block-editor-inserter__menu .editor-block-list-item-paragraph'
Expand Down Expand Up @@ -540,7 +537,6 @@ test.describe( 'Post Editor Performance', () => {
await perfUtils.disableAutosave();
const globalInserterToggle = page.getByRole( 'button', {
name: 'Block Inserter',
exact: true,
} );

const testPatterns = [
Expand Down

0 comments on commit dd3dab9

Please sign in to comment.