Skip to content

Commit

Permalink
End2End test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Jan 9, 2025
1 parent af5f6a1 commit db39968
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/e2e/specs/editor/various/patterns.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,13 +600,6 @@ test.describe( 'Synced pattern', () => {
editor.canvas.getByRole( 'document', { name: 'Block: Quote' } )
);

// The quote block should have a visible preview in the sidebar for this test to be valid.
await expect(
page
.getByRole( 'region', { name: 'Editor settings' } )
.getByRole( 'button', { name: 'Styles', exact: true } )
).toBeVisible();

await editor.clickBlockOptionsMenuItem( 'Create pattern' );

const createPatternDialog = editor.page.getByRole( 'dialog', {
Expand Down

0 comments on commit db39968

Please sign in to comment.