Skip to content

Commit 6fac67e

Browse files
ACQE-6401: AdminCreatePartialRefundOrderPaidThroughPayPalSmartButtonTest
Test fix
1 parent 29fe909 commit 6fac67e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
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"/>
105106
<grabTextFrom selector="{{AdminCreditMemosGridSection.memoId}}" stepKey="grabMemoId"/>
106107
<actionGroup ref="AdminAssertRefundInRefundsGridActionGroup" stepKey="assertRefund">
107108
<argument name="orderId" value="{$grabOrderNumber}"/>

0 commit comments

Comments
 (0)