Skip to content

Commit 54561ba

Browse files
committed
MAGETWO-96849: [2.3.x] Money are refunded to gift card during partial refund when it's not required
- Add automated test script
1 parent 4ee3bb3 commit 54561ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminCreditMemoTotalSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
<element name="submitRefundOffline" type="button" selector=".order-totals-actions button[data-ui-id='order-items-submit-button']" timeout="30"/>
2222
<element name="creditMemoItem" type="text" selector="#sales_order_view_tabs_order_creditmemos"/>
2323
<element name="viewMemo" type="text" selector="div#sales_order_view_tabs_order_creditmemos_content a.action-menu-item"/>
24+
<element name="refundOffline" type="button" selector=".order-totals-actions button[data-ui-id='order-items-submit-offline']"/>
2425
</section>
2526
</sections>

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderDetailsMainActionsSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
<element name="ship" type="button" selector="#order_ship" timeout="30"/>
1919
<element name="reorder" type="button" selector="#order_reorder" timeout="30"/>
2020
<element name="edit" type="button" selector="#order_edit" timeout="30"/>
21+
<element name="modalOk" type="button" selector=".action-accept"/>
2122
</section>
2223
</sections>

0 commit comments

Comments
 (0)