File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 69
69
<scrollTo selector =" {{AdminInvoiceItemsSection.itemQtyToInvoice('1')}}" stepKey =" scrollToItemsInvoiced" />
70
70
<!-- Change invoiced items count-->
71
71
<fillField selector =" {{AdminInvoiceItemsSection.itemQtyToInvoice('1')}}" userInput =" 5" stepKey =" invoiceHalfTheItems" />
72
+ <waitForElementChange selector =" {{AdminInvoiceItemsSection.updateQty}}" function =" function($el) {return $el->isEnabled();}" stepKey =" waitForUpdateQtyButtonEnabled" />
72
73
<click selector =" {{AdminInvoiceItemsSection.updateQty}}" stepKey =" updateQtyToBeInvoiced" />
73
74
<waitForLoadingMaskToDisappear stepKey =" waitForQtyToUpdate" />
74
75
<waitForElementVisible selector =" {{AdminInvoiceMainActionsSection.submitInvoice}}" stepKey =" waitforSubmitInvoiceBtn" />
You can’t perform that action at this time.
0 commit comments