Fix/test env setup set customer registered datetime (#34888)
This commit is contained in:
parent
d0c093f640
commit
4ccb2b478a
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fixes test environment setup setting datetime for customer user creation
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue