mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
efd163e566
commit
176da85be9
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user