Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 1c50eba

Browse files
committed
MC-4756: Convert CreateCreditMemoEntityTest to MFTF
- Fix mistaken copy/paste problem
1 parent d107ede commit 1c50eba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateCreditMemoPartialRefundTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@
127127
<click selector="{{StorefrontCustomerOrderSection.tabRefund}}" stepKey="clickRefund"/>
128128
<waitForPageLoad stepKey="waitRefundsLoad"/>
129129
<scrollTo selector="{{StorefrontCustomerOrderSection.grandTotalRefund}}" stepKey="scrollToGrandTotal"/>
130-
<see selector="{{AdminCreateCreditMemoStoreCreditTest.xml
131-
.grandTotalRefund}}" userInput="110.00" stepKey="seeGrandTotal"/>
130+
<see selector="{{StorefrontCustomerOrderSection.grandTotalRefund}}" userInput="110.00" stepKey="seeGrandTotal"/>
132131

133132
<!-- Assert product Qty decreased after CreditMemo -->
134133
<actionGroup ref="AdminAssertProductQtyInGridActionGroup" stepKey="assertQtyDecreased">

0 commit comments

Comments
 (0)