File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 120
120
<click selector =" {{AdminOrderDetailsMainActionsSection.creditMemo}}" stepKey =" clickCreateCreditMemo" after =" createCreditMemoComment" />
121
121
<see selector =" {{AdminHeaderSection.pageTitle}}" userInput =" New Memo" stepKey =" seeNewMemoInPageTitle" />
122
122
123
- <!-- Update Qty of items to be refunded and submit refund-->
123
+ <!-- Submit refund-->
124
124
<scrollTo selector =" {{AdminCreditMemoItemsSection.itemQtyToRefund('1')}}" stepKey =" scrollToItemsToRefund" />
125
- <fillField selector =" {{AdminCreditMemoItemsSection.itemQtyToRefund('1')}}" userInput =" 5" stepKey =" fillQtyOfItemsToRefund" after =" scrollToItemsToRefund" />
126
-
125
+ <!-- <fillField selector="{{AdminCreditMemoItemsSection.itemQtyToRefund('1')}}" userInput="5" stepKey="fillQtyOfItemsToRefund" after="scrollToItemsToRefund"/>-->
127
126
<!-- <click selector="{{AdminCreditMemoItemsSection.updateQty}}" stepKey="updateRefundQty"/>-->
128
127
<waitForLoadingMaskToDisappear stepKey =" waitForRefundQtyToUpdate" />
129
128
<waitForElementVisible selector =" {{AdminCreditMemoTotalSection.submitRefundOffline}}" stepKey =" seeSubmitRefundBtn" />
You can’t perform that action at this time.
0 commit comments