We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e2026 commit 0d93b24Copy full SHA for 0d93b24
app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminInvoiceWIthUpdatedProductQtyActionGroup.xml
@@ -20,7 +20,7 @@
20
</arguments>
21
22
<fillField selector="{{AdminInvoiceItemsSection.qtyToInvoiceColumn}}" userInput="{{qty}}" stepKey="fillQtyField" after="waitForInvoicePage"/>
23
- <click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="clickUpdateQuantityButton" after="changeQtyToInvoice"/>
24
- <waitForPageLoad stepKey="waitForPageRefreshed" after="updateQuantity"/>
+ <click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="clickUpdateQuantityButton" after="fillQtyField"/>
+ <waitForPageLoad stepKey="waitForPageRefreshed" after="clickUpdateQuantityButton"/>
25
</actionGroup>
26
</actionGroups>
0 commit comments