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