Skip to content

Commit 38cb458

Browse files
Sahil.kumarManjusha.S
authored andcommitted
pushed credit memo related changes
1 parent c3b0ea7 commit 38cb458

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/CustomerReorderConfigurableProductTest.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,8 @@
7070

7171
<!--Create credit memo-->
7272
<actionGroup ref="AdminStartCreateCreditMemoFromOrderPageActionGroup" stepKey="startToCreateCreditMemo"/>
73-
<!--Submit credit memo with full refund to store credit-->
74-
<waitForElementVisible selector="{{AdminCreditMemoTotalSection.refundStoreCredit}}" stepKey="waitForRefundStoreCreditElement"/>
75-
<checkOption selector="{{AdminCreditMemoTotalSection.refundStoreCredit}}" stepKey="selectRefundToCredit"/>
76-
<fillField selector="{{AdminCreditMemoTotalSection.refundStoreCreditAmount}}" userInput="1" stepKey="fillRefundStoreCreditAmount"/>
77-
<seeInField selector="{{AdminCreditMemoTotalSection.refundStoreCreditAmount}}" userInput="1" stepKey="seeCorrectPrefillInRefundStoreCreditAmount"/>
78-
<actionGroup ref="UpdateCreditMemoTotalsActionGroup" stepKey="updateCreditMemoTotals"/>
7973
<actionGroup ref="SubmitCreditMemoActionGroup" stepKey="submitCreditMemo"/>
80-
<see selector="{{AdminOrderDetailsInformationSection.orderStatus}}" userInput="Complete" stepKey="seeOrderClosed"/>
74+
<see selector="{{AdminOrderDetailsInformationSection.orderStatus}}" userInput="Closed" stepKey="seeOrderClosed"/>
8175
<!--Credit memo action is not available after full refund-->
8276
<dontSeeElement selector="{{AdminOrderDetailsMainActionsSection.creditMemo}}" stepKey="creditMemoActionNotAvailable"/>
8377
</before>

0 commit comments

Comments
 (0)