Skip to content

Commit fa6b838

Browse files
author
Mohit Sharma
committed
Merge branch 'ACQE-6401' into ACQE-6889-mftf-test-mainline-deployment
2 parents fc08382 + 91a4255 commit fa6b838

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/AdminCreatePartialRefundOrderPaidThroughPayPalSmartButtonTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@
101101
<actionGroup ref="AdminClickRefundOfflineOnCreditMemoDetailPageActionGroup" stepKey="clickSubmitInvoice"/>
102102
<waitForText selector="{{AdminOrderDetailsMessagesSection.successMessage}}" userInput="You created the credit memo." stepKey="seeSuccessMessage"/>
103103
<waitForText selector="{{AdminCreditMemoOrderInformationSection.orderStatus}}" userInput="Processing" stepKey="waitForTextOrderStatus"/>
104-
<scrollTo selector="{{AdminCreditMemosGridSection.memoId}}" stepKey="scrollToMemoId"/>
104+
<click selector="{{AdminOrderDetailsOrderViewSection.creditMemos}}" stepKey="clickCreditMemoTab"/>
105+
<waitForPageLoad stepKey="waitForTabLoad"/>
106+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="scrollToMemoId"/>
105107
<grabTextFrom selector="{{AdminCreditMemosGridSection.memoId}}" stepKey="grabMemoId"/>
106108
<actionGroup ref="AdminAssertRefundInRefundsGridActionGroup" stepKey="assertRefund">
107109
<argument name="orderId" value="{$grabOrderNumber}"/>

0 commit comments

Comments
 (0)