Skip to content

Commit 18fd405

Browse files
shanthiManjusha.S
authored andcommitted
MC-27369: Customer balance is reverted after order is canceled
1 parent a5b6f7c commit 18fd405

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Customer/Test/Mftf/Test/AdminCancelCreatedOrderWithStoreCreditTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
</createData>
3030
<!--Create customer-->
3131
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
32-
<!--<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomerFromStorefront"/>-->
3332
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
3433
<actionGroup ref="AdminOpenCustomerEditPageActionGroup" stepKey="openCustomerEditPageForUpdateStoreCreditBalance">
3534
<argument name="customerId" value="$createCustomer.id$"/>
@@ -46,8 +45,7 @@
4645
<!--Delete customer-->
4746
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
4847
<!--Clear filters on orders grid-->
49-
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearOrdersFilters"/>
50-
<!-- <comment userInput="BIC workaround" stepKey="logoutCustomerFromStorefront"/>-->
48+
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearOrdersFilters"/>git
5149
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
5250
</after>
5351

0 commit comments

Comments
 (0)