File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 34
34
<fillField userInput =" {{shippingRefund}}" selector =" {{AdminCreditMemoTotalSection.refundShipping}}" stepKey =" fillShipping" />
35
35
<fillField userInput =" {{adjustmentRefund}}" selector =" {{AdminCreditMemoTotalSection.adjustmentRefund}}" stepKey =" fillAdjustmentRefund" />
36
36
<fillField userInput =" {{adjustmentFee}}" selector =" {{AdminCreditMemoTotalSection.adjustmentFee}}" stepKey =" fillAdjustmentFee" />
37
+ <waitForElementVisible selector =" {{AdminCreditMemoTotalSection.updateTotals}}" stepKey =" waitForUpdateTotalsButton" />
37
38
<click selector =" {{AdminCreditMemoTotalSection.updateTotals}}" stepKey =" clickUpdateTotals" />
38
39
<checkOption selector =" {{AdminCreditMemoTotalSection.emailCopy}}" stepKey =" checkSendEmailCopy" />
39
40
</actionGroup >
Original file line number Diff line number Diff line change 17
17
<container name =" extra_customer_info" />
18
18
</block >
19
19
<block class =" Magento\Sales\Block\Adminhtml\Order\Payment" name =" order_payment" />
20
- <block class =" Magento\Sales\Block\Adminhtml\Order\Creditmemo\Create\Items" name =" order_items" template =" Magento_Sales::order/creditmemo/create/items.phtml" cacheable = " false " >
20
+ <block class =" Magento\Sales\Block\Adminhtml\Order\Creditmemo\Create\Items" name =" order_items" template =" Magento_Sales::order/creditmemo/create/items.phtml" >
21
21
<arguments >
22
22
<argument name =" viewModel" xsi : type =" object" >Magento\Sales\ViewModel\CreditMemo\Create\UpdateTotalsButton</argument >
23
23
</arguments >
You can’t perform that action at this time.
0 commit comments