Skip to content

Commit fd9bbcd

Browse files
committed
MQE-1853: convert CreateOrderBackendTest variation 18 and 19 to MFTF
1 parent 6f41f96 commit fd9bbcd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<stories value="MAGETWO-63924: 'Reorder' button is not visible for customer if ordered item is out of stock"/>
1515
<description value="'Reorder' button is not visible for customer if ordered item is out of stock"/>
1616
<features value="Sales"/>
17-
<severity value="AVERAGE"/>
17+
<testCaseId value="MC-22109"/>
18+
<severity value="MAJOR"/>
1819
<group value="Sales"/>
1920
<group value="mtf_migrated"/>
2021
</annotations>

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<stories value="MAGETWO-12798: Create order with condition available product qty = ordered product qty"/>
1515
<description value="Create order with simple product and assert if it gets out of stock after ordering it."/>
1616
<features value="Sales"/>
17-
<severity value="AVERAGE"/>
17+
<testCaseId value="MC-22110"/>
18+
<severity value="MAJOR"/>
1819
<group value="Sales"/>
1920
<group value="mtf_migrated"/>
2021
</annotations>
@@ -32,7 +33,7 @@
3233
</actionGroup>
3334
<actionGroup ref="addSimpleProductToOrder" stepKey="addSimpleProductToOrder">
3435
<argument name="product" value="$$simpleProduct$$"/>
35-
<argument name="productQty" value="25"/>
36+
<argument name="productQty" value="{{SimpleProduct_25.quantity}}"/>
3637
</actionGroup>
3738
<actionGroup ref="SelectCashOnDeliveryPaymentMethodActionGroup" stepKey="selectPaymentMethod"/>
3839
<actionGroup ref="orderSelectFlatRateShipping" stepKey="orderSelectFlatRateShippingMethod"/>

0 commit comments

Comments
 (0)