Skip to content

Commit 9e97391

Browse files
authored
Merge pull request #144 from bl4de/LYNX-8480-DeliveryPR-multiple-fixes
Delivery PR #8408 error fixes
2 parents 72cc006 + e850f18 commit 9e97391

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/OrderCancellation/Test/Mftf/Test/AdminOrderCancellationReasonsConfigCreateEditTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<test name="AdminOrderCancellationReasonsConfigCreateEditTest">
1111
<annotations>
1212
<features value="Order Cancellation"/>
13-
<stories value="Add / modify / delete order cancellation reasons through the admin."/>
14-
<title value="Add / modify / delete order cancellation reasons through the admin."/>
13+
<stories value="Create order cancellation reasons through the admin."/>
14+
<title value="Create order cancellation reasons through the admin."/>
1515
<description value="Test adding, modifying and deleting order cancellation reasons through the admin."/>
1616
<severity value="AVERAGE"/>
1717
<testCaseId value="LYNX-189"/>

app/code/Magento/OrderCancellation/Test/Mftf/Test/AdminOrderCancellationReasonsConfigRemoveAllTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<test name="AdminOrderCancellationReasonsConfigRemoveAllTest">
1111
<annotations>
1212
<features value="Order Cancellation"/>
13-
<stories value="Add / modify / delete order cancellation reasons through the admin."/>
14-
<title value="Add / modify / delete order cancellation reasons through the admin."/>
13+
<stories value="Remove order cancellation reasons through the admin."/>
14+
<title value="Remove delete order cancellation reasons through the admin."/>
1515
<description value="Test that removing all order cancellation reasons through the admin yields an error when saving."/>
1616
<severity value="AVERAGE"/>
1717
<testCaseId value="LYNX-189"/>

0 commit comments

Comments
 (0)