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:
RJ 2024-08-20 13:57:28 +08:00 committed by GitHub
parent c7b7805b7e
commit 34d40f9a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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'