Build/Test Tools: Add trash and restore of a single post e2e tests.

Adds an end-to-end (e2e) test case for:
* Emptying a post from the trash.
* Restoring a post from the trash.

Props pavanpatil1, pooja1210, justinahinon, kevin940726.
Fixes #54843.
Built from https://develop.svn.wordpress.org/trunk@52839


git-svn-id: http://core.svn.wordpress.org/trunk@52428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
hellofromTonya 2022-03-10 16:28:03 +00:00
parent d1565514e4
commit 2c9525edc3
1 changed files with 1 additions and 1 deletions

View File

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