From db11516237003a7138973e6846df4f7017e9ba46 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Tue, 2 Nov 2021 21:26:58 +0000 Subject: [PATCH] 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 --- 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 acadbc87bc..b7a4b9dd93 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.