File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ConfigurableProduct/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
<annotations >
14
14
<features value =" ConfigurableProduct" />
15
15
<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" />
18
18
<severity value =" CRITICAL" />
19
19
<testCaseId value =" MAGETWO-97228" />
20
20
<useCaseId value =" MAGETWO-82221" />
75
75
<click selector =" {{AdminOrderDetailsMainActionsSection.invoice}}" stepKey =" clickInvoiceButton" />
76
76
<waitForPageLoad stepKey =" waitForNewInvoicePageLoad" />
77
77
<fillField selector =" {{AdminInvoiceItemsSection.qtyToInvoiceColumn}}" userInput =" 1" stepKey =" ChangeQtyToInvoice" />
78
- <click selector =" {{AdminInvoiceItemsSection.updateQty}}" stepKey =" updateQunatity " />
78
+ <click selector =" {{AdminInvoiceItemsSection.updateQty}}" stepKey =" updateQuantity " />
79
79
<waitForPageLoad stepKey =" waitPageToBeLoaded" />
80
80
<click selector =" {{AdminInvoiceMainActionsSection.submitInvoice}}" stepKey =" clickSubmitInvoice" />
81
81
<click selector =" {{AdminOrderDetailsMainActionsSection.ship}}" stepKey =" clickShipAction" />
Original file line number Diff line number Diff line change 83
83
<waitForPageLoad stepKey =" waitForCreatedOrderPageOpened" />
84
84
<actionGroup ref =" GoToInvoiceIntoOrderActionGroup" stepKey =" goToInvoiceIntoOrderPage" />
85
85
<fillField selector =" {{AdminInvoiceItemsSection.qtyToInvoiceColumn}}" userInput =" 5" stepKey =" ChangeQtyToInvoice" />
86
- <click selector =" {{AdminInvoiceItemsSection.updateQty}}" stepKey =" updateQunatity " />
86
+ <click selector =" {{AdminInvoiceItemsSection.updateQty}}" stepKey =" updateQuantity " />
87
87
<waitForPageLoad stepKey =" waitPageToBeLoaded" />
88
88
<actionGroup ref =" SubmitInvoiceActionGroup" stepKey =" submitInvoice" />
89
89
You can’t perform that action at this time.
0 commit comments