Build/Test Tools: Update @playwright/test.

This updates `@playwright/test` to the latest version, currently `1.49.1`.

In older branches using Playwright, the E2E and Performance workflows have recently started failing. This is due to changes in the GitHub Actions runner images. Updating Playwright ensures more modern dependency trees are used when installing browsers for testing and fixes the issue.

Props swissspidy.
See #62843.
Built from https://develop.svn.wordpress.org/trunk@59682


git-svn-id: http://core.svn.wordpress.org/trunk@59025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2025-01-22 17:51:31 +00:00
parent efaefdc79d
commit 3012d6ea80

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59681';
$wp_version = '6.8-alpha-59682';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.