Skip to content

Commit f166ac5

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@51052 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 80957a6 commit f166ac5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/gutenberg/run.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ const chalk = require( 'chalk' );
77
const childProcess = require( 'child_process' );
88

99
// Config
10-
// This should be updated every time we update the WordPress packages.
11-
const GUTENBERG_VERSION = '@wordpress/[email protected]';
10+
const GUTENBERG_VERSION = 'wp/trunk';
1211

1312
// Utils
1413
/**

0 commit comments

Comments
 (0)