The Test Team helps manage testing and triage across the WordPress ecosystem. They focus on user testing of the editing experience and WordPress dashboard, replicating and documenting bug reports, and supporting a culture of review and triage across the project.
Call for Testing: Gutenberg 4.8
This release includes 5.0.3 fixes and other small improvements, including another round of performance improvements. It will line up with includes WordPress 5.0.3 fixes but it doesn’t align with it completely and can be first tested as pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party version 4.8.
gutenberg.zip
from the releases page or use the button above, install/activate the plugin, and try testing any of the items listed below. You can also see other options for getting setup for testing in the handbook.
When testing, use the latest stable release of WordPress (5.0.2) and the Gutenberg 4.8 plugin (download using the links above).
All testing is welcome even if it’s just one or two items!
- Open a large document and quickly type a short word. Typing should not feel slow, if it does please note the document size you tested. (12312)
- Check that drag and drop works as expected when adding media before/after blocks and on the media placeholder. (12852)
- Open the editor and try to drag an image that is larger than the max file upload limit. You should see a relevant error message. (10224)
- Add a File blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience., upload a large file, click the Copy URLURL A specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org button. Make sure the URL copied does not start with “blob”. Throttle your connection speed if needed. (12499)
- Add a gallery of images, set an alignment, convert the gallery into images and verify the alignment is preserved. (12242)
- Create a post with multiple paragraphs, ensure you have a large number of plugins active that make the left hand menu long (e.g. 10 custom post types), publish or refresh, attempt to scroll to the end. (12644)
- Add a Latest Posts block, add an extra class in Additional CSS Class box, make sure the date position does not change. (12725)
- Add a Latest Posts block, click on Align Center, and check that the content centers as expected. (12306)
- Add a short sentence to a paragraph block, enable dropcaps from block options, hover over the block and note the hover area is shown around the dropcap and content. (12177)
- Create a classic post, insert an image with a caption AND link to the media file, publish the classic post, edit the post in the block editor, convert the classic block to blocks. There should not be a duplicate image. (12315)
- Open any post, run this command in the console
dispatch action command 'wp.data.dispatch('core/editor').lockPostSaving('lockName');'
then click on “Update”. Update button should not do any action if it is locked. (11809) - If you use custom post types with taxonomies, ensure all taxonomies have
show_in_rest
, and check that you can see more than 10 taxonomies. (12971) - If you use custom posts types with
'publicly_queryable' => false
, check that you can save the post without any problems. (12800) - For more, see issues in the 4.8 milestone.
gutenberg
on GitHub. Thank you!
Block developers: make sure to be aware of deprecations.
Please join us in #core-test on WordPress Slack any time if you have questions about testing!
#4-8, #call-for-testing, #gutenberg