Updating changelogs

This commit is contained in:
Tam Mullen 2020-11-27 18:50:07 +00:00
parent 0b27796581
commit 2cdfc95ca7
2 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Unreleased
## Added
- View Single Order test
- Update Order Status test
- Update Order Details test
## Fixed
- Flaky Create Product, Coupon, and Order tests

View File

@ -1,5 +1,11 @@
# Unreleased
## Added
- `openOrder` for opening existing orders
- `getValueOfInputField` to get value of input field
- split `verifyPublishAndTrash` into separate functions.
# 0.1.1
- Initial/beta release