1.1 KiB
1.1 KiB
Unreleased
Fixed
- Missing
config
package dependency
Added
shopper.gotoMyAccount()
go to the /my-account/ pageclickFilter()
util helper method that clicks on a list page filtermoveAllItemsToTrash()
util helper method that checks every item in a list page and moves them to the trashcreateSimpleOrder( status )
component which accepts an order status string and creates a basic order with that statusaddProductToOrder( orderId, productName )
component which adds the provided productName to the passed in orderIdcreateCoupon( couponAmount )
component which accepts a coupon amount string (it defaults to 5) and creates a basic coupon. Returns the generated coupon code.evalAndClick( selector )
use Puppeteer page.$eval to select and click and element.
Changes
- Deprecated
StoreOwnerFlow
,CustomerFlow
in favour ofmerchant
,shopper
createSimpleOrder( status )
returns the ID of the order that was created- Updated
createCoupon( couponAmount )
component by adding a new parameterdiscountType
which allows you to use any coupon discount type in tests
0.1.1
- Initial/beta release