Skip to content

Commit 0d93b24

Browse files
committed
refactored
1 parent 56e2026 commit 0d93b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminInvoiceWIthUpdatedProductQtyActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</arguments>
2121

2222
<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"/>
23+
<click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="clickUpdateQuantityButton" after="fillQtyField"/>
24+
<waitForPageLoad stepKey="waitForPageRefreshed" after="clickUpdateQuantityButton"/>
2525
</actionGroup>
2626
</actionGroups>

0 commit comments

Comments
 (0)