From afec89634b0240fdfd6f2b404e70401359df9081 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 13 Oct 2023 08:13:28 +0000 Subject: [PATCH] Build/Test Tools: Migrate Puppeteer tests to Playwright. As per the migration plan shared last year, this migrates all browser-based tests in WordPress core to use Playwright. This includes end-to-end, performance, and visual regression tests. Props swissspidy, mamaduka, kevin940726, bartkalisz, desrosj, adamsilverstein. Fixes #59517. Built from https://develop.svn.wordpress.org/trunk@56926 git-svn-id: http://core.svn.wordpress.org/trunk@56437 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 16a9fdd027..63e791ed8c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta4-56925'; +$wp_version = '6.4-beta4-56926'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.