Skip to content

Commit

Permalink
E2E: Simplify the warning expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshupathak95 committed Feb 4, 2025
1 parent 4ef7899 commit 285ce69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/spacer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test.describe( 'Spacer', () => {

await expect(
editor.canvas.locator( '.block-editor-warning' )
).toHaveCount( 0 );
).not.toBeVisible();

await requestUtils.activateTheme( 'twentytwentyone' );
} );
Expand Down

0 comments on commit 285ce69

Please sign in to comment.