-`selectOptionInSelect2( selector, value )` util helper method that search and select in any select2 type field
-`searchForOrder( value, orderId, customerName )` util helper method that search order with different terms
-`addShippingZoneAndMethod( zoneName, zoneLocation, zipCode, zoneMethod )` util helper method for adding shipping zones with shipping methods
-`createSimpleProductWithCategory` component which creates a simple product with categories, containing three parameters for title, price and category name.
-`applyCoupon( couponName )` util helper method which applies previously created coupon to cart or checkout
-`removeCoupon()` util helper method that removes a single coupon within cart or checkout
-`selectOrderAction( action )` util helper method to select and initiate an order action in the Order Action postbox
-`merchant.openEmailLog()` go to the WP Mail Log page
-`deleteAllEmailLogs` delete all email logs in the WP Mail Log plugin
-`clickUpdateOrder( noticeText, waitForSave )` util helper that clicks the `Update` button on an order
## Changed
- Added coupon type parameter to `createCoupon( couponAmount, couponType )`. Default coupon type is fixed cart.
-`createCoupon( couponAmount )` component which accepts a coupon amount string (it defaults to 5) and creates a basic coupon. Returns the generated coupon code.
- Updated `verifyAndPublish( noticeText )` component by add a new parameter, `noticeText`, that allows passing in the accepted update notice text. For example, with variations on creation or update.