Reorder tests

This commit is contained in:
Veljko 2021-03-13 13:56:38 +01:00
parent 959ace94e5
commit d1ca54514a
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,7 @@ const runShopperTests = () => {
};
const runMerchantTests = () => {
runOrderSearchingTest();
runCreateCouponTest();
runCreateOrderTest();
runEditOrderTest();
@ -74,7 +75,6 @@ const runMerchantTests = () => {
runProductEditDetailsTest();
runProductSearchTest();
runMerchantOrdersCustomerPaymentPage();
runOrderSearchingTest();
}
const runApiTests = () => {