Skip to content

Commit a916618

Browse files
author
Bohdan Shevchenko
committed
MC-21563: [Task] Deprecate Authorize.Net core payment integration in 2.3.4
1 parent ce90b4c commit a916618

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundOrderStatusInCommentsHistoryActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Assert refund order status in Comments History -->
2121
<click selector="{{AdminOrderDetailsOrderViewSection.commentsHistory}}" stepKey="clickOnTabCommentsHistory"/>
2222
<waitForPageLoad stepKey="waitForComments"/>
23-
<see userInput="{{orderStatus}}" selector="{{ViewOrderSection.orderStatus}}" stepKey="assertRefundOrderStatusInCommentsHistory"/>
24-
<see userInput="{{refundMessage}}" selector="{{ViewOrderSection.capturedAmountTextUnsubmitted}}" stepKey="assertOrderStatus"/>
23+
<see userInput="{{orderStatus}}" selector="{{AdminOrderCommentsTabSection.orderNotesList}}" stepKey="assertRefundOrderStatusInCommentsHistory"/>
24+
<see userInput="{{refundMessage}}" selector="{{AdminOrderCommentsTabSection.orderComment}}" stepKey="assertOrderStatus"/>
2525
</actionGroup>
2626
</actionGroups>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
<section name="AdminOrderCommentsTabSection">
1212
<element name="orderNotesList" type="text" selector="#Order_History .edit-order-comments .note-list"/>
1313
<element name="orderComments" type="text" selector="#Order_History .edit-order-comments-block"/>
14+
<element name="orderComment" type="text" selector="#Order_History .comments-block-item-comment"/>
1415
</section>
15-
</sections>
16+
</sections>

0 commit comments

Comments
 (0)