Application Passwords: Add end-to-end (e2e) tests.
Adds end-to-end (e2e) tests for the following test scenarios: * Create a new application password. * Create an application password with an existing name. * Revoke a single application password. * Bulk revoke applications passwords. Follow-up to [49109], [49276], [49562], [50001], [50367], [51463]. Props justinahinon, swissspidy, juhise, kevin940726, isabel_brison. Fixes #54241. Built from https://develop.svn.wordpress.org/trunk@51966 git-svn-id: http://core.svn.wordpress.org/trunk@51555 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b855ffec3f
commit
78e5b8481c
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51965';
|
||||
$wp_version = '5.9-alpha-51966';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue