Skip to content

Commit

Permalink
Remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Feb 14, 2025
1 parent 495e14a commit 26c2539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/plugins/block-hooks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ test.describe( 'Block Hooks API', () => {
title: 'Navigation Menu',
status: 'publish',
content:
'<!-- wp:navigation-link {"label":"wordpress.org","url":"https://wordpress.org","kind":"custom"} /-->', // '<!-- wp:page-list /-->',
'<!-- wp:navigation-link {"label":"wordpress.org","url":"https://wordpress.org","kind":"custom"} /-->',
} );

await requestUtils.activatePlugin( 'gutenberg-test-block-hooks' );
Expand Down

0 comments on commit 26c2539

Please sign in to comment.