Skip to content

Commit fc12304

Browse files
ENGCOM-7093: TYPO: Fix annoying typo in Quantity word #27281
- Merge Pull Request #27281 from lbajsarowicz/magento2:typo/qunatity - Merged commits: 1. c0aef72
2 parents a66a2d5 + c0aef72 commit fc12304

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/ProductsQtyReturnAfterOrderCancelTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<annotations>
1414
<features value="ConfigurableProduct"/>
1515
<stories value="Cancel order"/>
16-
<title value="Product qunatity return after order cancel"/>
17-
<description value="Check Product qunatity return after order cancel"/>
16+
<title value="Product quantity return after order cancel"/>
17+
<description value="Check Product quantity return after order cancel"/>
1818
<severity value="CRITICAL"/>
1919
<testCaseId value="MAGETWO-97228"/>
2020
<useCaseId value="MAGETWO-82221"/>
@@ -75,7 +75,7 @@
7575
<click selector="{{AdminOrderDetailsMainActionsSection.invoice}}" stepKey="clickInvoiceButton"/>
7676
<waitForPageLoad stepKey="waitForNewInvoicePageLoad"/>
7777
<fillField selector="{{AdminInvoiceItemsSection.qtyToInvoiceColumn}}" userInput="1" stepKey="ChangeQtyToInvoice"/>
78-
<click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="updateQunatity"/>
78+
<click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="updateQuantity"/>
7979
<waitForPageLoad stepKey="waitPageToBeLoaded"/>
8080
<click selector="{{AdminInvoiceMainActionsSection.submitInvoice}}" stepKey="clickSubmitInvoice"/>
8181
<click selector="{{AdminOrderDetailsMainActionsSection.ship}}" stepKey="clickShipAction"/>

app/code/Magento/Sales/Test/Mftf/Test/AdminCorrectnessInvoicedItemInBundleProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<waitForPageLoad stepKey="waitForCreatedOrderPageOpened"/>
8484
<actionGroup ref="GoToInvoiceIntoOrderActionGroup" stepKey="goToInvoiceIntoOrderPage"/>
8585
<fillField selector="{{AdminInvoiceItemsSection.qtyToInvoiceColumn}}" userInput="5" stepKey="ChangeQtyToInvoice"/>
86-
<click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="updateQunatity"/>
86+
<click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="updateQuantity"/>
8787
<waitForPageLoad stepKey="waitPageToBeLoaded"/>
8888
<actionGroup ref="SubmitInvoiceActionGroup" stepKey="submitInvoice"/>
8989

0 commit comments

Comments
 (0)