E2E test plugin blocks not loading in the Customize Widgets editor. #31491
Labels
[Feature] Widgets Customizer
Ability to add and edit blocks in Customize → Widgets.
Needs Testing
Needs further testing to be confirmed.
[Type] Bug
An existing feature does not function as intended
Description
#31406 seems to fix loading blocks from plugins in the customize widget editor.
But for some reason plugin blocks that are used for e2e tests aren't loading (#31406 (comment)).
This might indicate a similar problem will occur with some plugins.
When observing the block registration, I can see that several different instances of the
core/blocks
store are being registered (possibly due to #8981).In the customizer editor, the plugin block is being registered after core blocks, while for the standalone editor the plugin block is being registered before.
Step-by-step reproduction instructions
localhost:9999/wp-admin
Expected behaviour
The 'Alternative Group Block' is available
Actual behaviour
The 'Alternative Group Block' isn't available
The text was updated successfully, but these errors were encountered: