diff --git a/tests/e2e/core-tests/CHANGELOG.md b/tests/e2e/core-tests/CHANGELOG.md index 4b043535e6b..1473d5e5f5c 100644 --- a/tests/e2e/core-tests/CHANGELOG.md +++ b/tests/e2e/core-tests/CHANGELOG.md @@ -10,6 +10,9 @@ - Checkout create account test would fail if configuration value `addresses.customer.billing.email` was not `john.doe@example.com` +## Changed +- The e2e test `order-status-filters.test.js` now uses the API to create orders + # 0.1.3 ## Added diff --git a/tests/e2e/utils/CHANGELOG.md b/tests/e2e/utils/CHANGELOG.md index 01e698ec22e..cdc3971410b 100644 --- a/tests/e2e/utils/CHANGELOG.md +++ b/tests/e2e/utils/CHANGELOG.md @@ -3,6 +3,7 @@ ## Added - Factories for variable product, variation, and grouped product +- New function to create orders by batch using the orders API # 0.1.5