Make WordPress Core

Changeset 51052


Ignore:
Timestamp:
06/01/2021 09:21:36 AM (3 years ago)
Author:
youknowriad
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/gutenberg/run.js

    r50496 r51052  
    88
    99// Config
    10 // This should be updated every time we update the WordPress packages.
    11 const GUTENBERG_VERSION = '@wordpress/block-editor@5.2.10';
     10const GUTENBERG_VERSION = 'wp/trunk';
    1211
    1312// Utils
Note: See TracChangeset for help on using the changeset viewer.