Skip to content

Commit

Permalink
ENGCOM-7093: TYPO: Fix annoying typo in Quantity word #27281
Browse files Browse the repository at this point in the history
 - Merge Pull Request #27281 from lbajsarowicz/magento2:typo/qunatity
 - Merged commits:
   1. c0aef72
  • Loading branch information
magento-engcom-team committed Mar 13, 2020
2 parents a66a2d5 + c0aef72 commit fc12304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<annotations>
<features value="ConfigurableProduct"/>
<stories value="Cancel order"/>
<title value="Product qunatity return after order cancel"/>
<description value="Check Product qunatity return after order cancel"/>
<title value="Product quantity return after order cancel"/>
<description value="Check Product quantity return after order cancel"/>
<severity value="CRITICAL"/>
<testCaseId value="MAGETWO-97228"/>
<useCaseId value="MAGETWO-82221"/>
Expand Down Expand Up @@ -75,7 +75,7 @@
<click selector="{{AdminOrderDetailsMainActionsSection.invoice}}" stepKey="clickInvoiceButton"/>
<waitForPageLoad stepKey="waitForNewInvoicePageLoad"/>
<fillField selector="{{AdminInvoiceItemsSection.qtyToInvoiceColumn}}" userInput="1" stepKey="ChangeQtyToInvoice"/>
<click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="updateQunatity"/>
<click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="updateQuantity"/>
<waitForPageLoad stepKey="waitPageToBeLoaded"/>
<click selector="{{AdminInvoiceMainActionsSection.submitInvoice}}" stepKey="clickSubmitInvoice"/>
<click selector="{{AdminOrderDetailsMainActionsSection.ship}}" stepKey="clickShipAction"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<waitForPageLoad stepKey="waitForCreatedOrderPageOpened"/>
<actionGroup ref="GoToInvoiceIntoOrderActionGroup" stepKey="goToInvoiceIntoOrderPage"/>
<fillField selector="{{AdminInvoiceItemsSection.qtyToInvoiceColumn}}" userInput="5" stepKey="ChangeQtyToInvoice"/>
<click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="updateQunatity"/>
<click selector="{{AdminInvoiceItemsSection.updateQty}}" stepKey="updateQuantity"/>
<waitForPageLoad stepKey="waitPageToBeLoaded"/>
<actionGroup ref="SubmitInvoiceActionGroup" stepKey="submitInvoice"/>

Expand Down

0 comments on commit fc12304

Please sign in to comment.