cleaned off todo comments
This commit is contained in:
parent
945d9a6a20
commit
867122574d
|
@ -63,23 +63,22 @@ const runShopperTests = () => {
|
|||
};
|
||||
|
||||
const runMerchantTests = () => {
|
||||
// todo re-enable other tests
|
||||
// runOrderSearchingTest();
|
||||
// runAddNewShippingZoneTest();
|
||||
// runCreateCouponTest();
|
||||
runOrderSearchingTest();
|
||||
runAddNewShippingZoneTest();
|
||||
runCreateCouponTest();
|
||||
runCreateOrderTest();
|
||||
// runEditOrderTest();
|
||||
// runAddSimpleProductTest();
|
||||
// runAddVariableProductTest();
|
||||
// runUpdateGeneralSettingsTest();
|
||||
// runProductSettingsTest();
|
||||
// runTaxSettingsTest();
|
||||
// runOrderStatusFiltersTest();
|
||||
// runOrderRefundTest();
|
||||
// runOrderApplyCouponTest();
|
||||
// runProductEditDetailsTest();
|
||||
// runProductSearchTest();
|
||||
// runMerchantOrdersCustomerPaymentPage();
|
||||
runEditOrderTest();
|
||||
runAddSimpleProductTest();
|
||||
runAddVariableProductTest();
|
||||
runUpdateGeneralSettingsTest();
|
||||
runProductSettingsTest();
|
||||
runTaxSettingsTest();
|
||||
runOrderStatusFiltersTest();
|
||||
runOrderRefundTest();
|
||||
runOrderApplyCouponTest();
|
||||
runProductEditDetailsTest();
|
||||
runProductSearchTest();
|
||||
runMerchantOrdersCustomerPaymentPage();
|
||||
}
|
||||
|
||||
const runApiTests = () => {
|
||||
|
|
|
@ -153,7 +153,6 @@ const runCreateOrderTest = () => {
|
|||
);
|
||||
});
|
||||
|
||||
// todo remove .only
|
||||
it('can create new complex order with multiple product types & tax classes', async () => {
|
||||
// Go to "add order" page
|
||||
await merchant.openNewOrder();
|
||||
|
|
Loading…
Reference in New Issue