Fix failing block editor test

Removes the Meta and Nav Menu widgets from the set of widgets expected by the
test for get_default_block_editor_settings().

Follows [51067].
See #53301.


git-svn-id: https://develop.svn.wordpress.org/trunk@51069 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Robert Anderson 2021-06-04 05:25:31 +00:00
parent efd163e566
commit 176da85be9

View File

@ -276,8 +276,6 @@ class WP_Test_Block_Editor extends WP_UnitTestCase {
'media_gallery',
'media_image',
'media_video',
'meta',
'nav_menu',
'pages',
'recent-comments',
'recent-posts',