File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 101
101
<actionGroup ref =" AdminClickRefundOfflineOnCreditMemoDetailPageActionGroup" stepKey =" clickSubmitInvoice" />
102
102
<waitForText selector =" {{AdminOrderDetailsMessagesSection.successMessage}}" userInput =" You created the credit memo." stepKey =" seeSuccessMessage" />
103
103
<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" />
105
107
<grabTextFrom selector =" {{AdminCreditMemosGridSection.memoId}}" stepKey =" grabMemoId" />
106
108
<actionGroup ref =" AdminAssertRefundInRefundsGridActionGroup" stepKey =" assertRefund" >
107
109
<argument name =" orderId" value =" {$grabOrderNumber}" />
You can’t perform that action at this time.
0 commit comments