Build/Test Tools: Add end-to-end (e2e) tests for edit posts page.

Adds e2e tests for 'Edit Posts':
* No posts found
* Shows a single post after publishing
* Edit existing post via Edit button
* Quick edit existing post via Quick Edit button
* Delete post

Props isabel_brison, azaozz, hellofromTonya, justinahinon, talldanwp, youknowriad.
Fixes #49507.
Built from https://develop.svn.wordpress.org/trunk@51990


git-svn-id: http://core.svn.wordpress.org/trunk@51579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
hellofromTonya
2021-11-02 21:26:58 +00:00
parent e7e57a7aeb
commit db11516237

View File

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