-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Navigation: Remove from experimental #18594
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
I tested this manually and I can confirm that the setting is removed from "Experiments" sub page in Gutenberg section.
I can also see the Block in the inserter by defalult without having to toggle anything "on".
From my limited knowledge of configuration for experiments (is this documented?) it looks like you've been pretty thorough.
I'd suggest it would be ideal to have someone from the Core team (@youknowriad?) look at this to ensure there aren't any other edge cases we're not aware of.
Just FYI, I've changed the base to |
Taking this over for the meanwhile to finish it off. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about adding some e2e tests to the navigation block? nothing exhaustive but something to ensure the basic interactions are working as intended?
@youknowriad I've been thinking about this. Do you consider that a Blocker to launching this Block? If (as I suspect) it's not, then could we (myself or @obenland) raise an Issue and address in a follow-up PR? I'm happy to take these on. |
It's not but I suspect that the block right now is broken for contributor role and an e2e test will help catch that. |
Sorry wrong slack link. Here's the correct one https://wordpress.slack.com/archives/C02QB2JS7/p1574173178189700 |
aa77e34
to
1922ea1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and LGTM.
@youknowriad I looked and there's an Issue for automated testing. Not sure if/when I can get to that though for various reasons |
Description
Removes the Navigation block from the experiments page and makes it accessible to anyone.
Depends on #18551.
Fixes #18550.
How has this been tested?
No more
Navigation Block
in the experimental Gutenberg section:Loading menus in Editor and front-end on local test environment.
Checklist: