Deleted and re-generated package lock to fix packages (https://github.com/woocommerce/woocommerce-admin/pull/6843)

* Deleted and re-generated package lock to fix packages

* Add changelog

* Add sleep after docker:up
This commit is contained in:
louwie17 2021-04-22 12:18:15 -03:00 committed by GitHub
parent 9fe84fbc3c
commit 4141e5b59c
3 changed files with 1060 additions and 1463 deletions

View File

@ -35,4 +35,5 @@ jobs:
composer require wp-cli/i18n-command composer require wp-cli/i18n-command
npm run build npm run build
npx wc-e2e docker:up npx wc-e2e docker:up
sleep 10
npx wc-e2e test:e2e npx wc-e2e test:e2e

File diff suppressed because it is too large Load Diff

View File

@ -82,6 +82,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Dev: Add support for nonces in note actions #6726 - Dev: Add support for nonces in note actions #6726
- Dev: Add support for running php unit tests in PHP 8. #6678 - Dev: Add support for running php unit tests in PHP 8. #6678
- Dev: Add event recording to start of gateway connections #6801 - Dev: Add event recording to start of gateway connections #6801
- Dev: Update package-lock to fix versioning of local packages. #6843
- Feature: Add recommended payment methods in payment settings. #6760 - Feature: Add recommended payment methods in payment settings. #6760
- Fix: Disable the continue btn on OBW when requested are being made #6838 - Fix: Disable the continue btn on OBW when requested are being made #6838
- Fix: Event tracking for merchant email notes #6616 - Fix: Event tracking for merchant email notes #6616