Skip to content

Commit 1b9a1b4

Browse files
committed
Add test case ids to community contributed tests
1 parent 9c80db4 commit 1b9a1b4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
<stories value="Create order status"/>
1414
<title value="Create order status with duplicating code"/>
1515
<description value="Receive error when creating order status with the code which is already exist"/>
16+
<severity value="AVERAGE"/>
17+
<testCaseId value="MC-15432" />
1618
<group value="sales"/>
1719
<group value="mtf_migrated"/>
18-
<severity value="AVERAGE"/>
1920
</annotations>
2021
<before>
2122
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
<stories value="Create order status"/>
1414
<title value="Create order status with duplicating label"/>
1515
<description value="Create an order status and get success message"/>
16+
<severity value="AVERAGE"/>
17+
<testCaseId value="MC-15433" />
1618
<group value="sales"/>
1719
<group value="mtf_migrated"/>
18-
<severity value="AVERAGE"/>
1920
</annotations>
2021
<before>
2122
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
<stories value="Create custom order status"/>
1414
<title value="Create custom order status"/>
1515
<description value="Tests opening admin order status page, create a new order status with success message"/>
16+
<testCaseId value="MC-15431" />
17+
<severity value="AVERAGE"/>
1618
<group value="sales"/>
1719
<group value="mtf_migrated"/>
18-
<severity value="AVERAGE"/>
1920
</annotations>
2021
<before>
2122
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

0 commit comments

Comments
 (0)