Fix reordering tests
This commit is contained in:
parent
92a127bcbb
commit
471f43fd33
|
@ -60,13 +60,13 @@ const runShopperTests = () => {
|
|||
};
|
||||
|
||||
const runMerchantTests = () => {
|
||||
runAddNewShippingZoneTest();
|
||||
runCreateCouponTest();
|
||||
runCreateOrderTest();
|
||||
runEditOrderTest();
|
||||
runAddSimpleProductTest();
|
||||
runAddVariableProductTest();
|
||||
runUpdateGeneralSettingsTest();
|
||||
runAddNewShippingZoneTest();
|
||||
runProductSettingsTest();
|
||||
runTaxSettingsTest();
|
||||
runOrderStatusFiltersTest();
|
||||
|
|
Loading…
Reference in New Issue