Block Editor: Update the Gutenberg branch used to launch Gutenberg e2e tests.

In core, you can run `tests/gutenberg/run.js` script to run the Gutenberg e2e tests
against Core with the plugin being disabled. This test ensures that the integration
of the block editor with Core is working properly.

This commit updates the Gutenberg base branch to be used for the tests to be wp/trunk
which corresponds to the latest packages that are included in Core.

See #52991.

Built from https://develop.svn.wordpress.org/trunk@51052


git-svn-id: http://core.svn.wordpress.org/trunk@50661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
youknowriad
2021-06-01 09:22:58 +00:00
parent e335b68afc
commit c1fa1f8b21
2 changed files with 18 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-51051';
$wp_version = '5.8-alpha-51052';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.