dev: see which tests fail when coming soon is enabled (#50344)
* test: see which tests fail when coming soon is enabled * changelog * empty commit to trigger CI
This commit is contained in:
parent
c7b7805b7e
commit
34d40f9a63
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Removed directive to disable woocommerce_coming_soon in e2e tests so that we get better test coverage
|
|
@ -38,8 +38,5 @@ if [ $ENABLE_TRACKING == 1 ]; then
|
|||
wp option update woocommerce_allow_tracking 'yes'
|
||||
fi
|
||||
|
||||
echo -e 'Disabling coming soon option\n'
|
||||
wp option update woocommerce_coming_soon 'no'
|
||||
|
||||
echo -e 'Upload test images \n'
|
||||
wp media import './test-data/images/image-01.png' './test-data/images/image-02.png' './test-data/images/image-03.png'
|
||||
|
|
Loading…
Reference in New Issue