Fix/test env setup set customer registered datetime (#34888)

This commit is contained in:
Jonathan Lane 2022-09-29 12:44:06 -07:00 committed by GitHub
parent d0c093f640
commit 4ccb2b478a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fixes test environment setup setting datetime for customer user creation

View File

@ -15,7 +15,8 @@ wp-env run tests-cli "wp user create customer customer@woocommercecoree2etestsui
--role=subscriber \
--first_name='Jane' \
--last_name='Smith' \
--path=/var/www/html
--path=/var/www/html \
--user_registered='2022-01-01 12:23:45'
"
echo -e 'Update Blog Name \n'