Skip to content

Commit 6d6380f

Browse files
author
Mariana Lashch
committed
MAGETWO-94472: [2.3] Unable to create credit memo for order placed via online payment with taxes and discounts
- change step on Credit memo page
1 parent daf7bcb commit 6d6380f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Braintree/Test/Mftf/Test/CretateAdminOrderWithOnlinePaymentIncludingTaxAndDiscount.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@
109109
<!--Get access to Credit Memo page from Invocie page-->
110110
<click selector="{{AdminInvoiceMainActionsSection.openNewCreditMemoFromInvoice}}" stepKey="clickCreateNewCreditMemo"/>
111111
<waitForPageLoad stepKey="waitForLoadNewCreditMemoPage" time="5"/>
112-
<see selector="{{AdminCreditMemoOrderInformationSection.orderId}}" userInput="New Memo" stepKey="seeNewCreditMemo" after="waitForLoadNewCreditMemoPage"/>
112+
<see selector="{{AdminCreditMemoOrderInformationSection.orderId}}" userInput="New Memo for" stepKey="seeNewCreditMemo" after="waitForLoadNewCreditMemoPage"/>
113113
</test>
114114
</tests>

0 commit comments

Comments
 (0)