Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Inserter items #6911

Merged
merged 6 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Unreleased
---
* [internal] Fix Inserter items list filtering [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6911]

1.120.0
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,7 @@ describe( 'Gutenberg Editor - Test Suite 1', () => {
expect( screenshot ).toMatchImageSnapshot();
} );

// Disabled until we fix the current regression with the inserter
it.skip( 'should display the block outline of a block inserted from the appender', async () => {
it( 'should display the block outline of a block inserted from the appender', async () => {
await editorPage.initializeEditor();

await editorPage.addNewBlock( blockNames.socialIcons );
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 154 files