Skip to content

Commit 7f8e0b8

Browse files
committed
ACP2E-1120: add mftf
1 parent 16c31c8 commit 7f8e0b8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/AdminCheckZeroSubtotalOrderWithCustomStatus.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<test name="AdminCheckZeroSubtotalOrderWithCustomStatus">
1212
<annotations>
1313
<features value="Checkout"/>
14-
<stories value="ACP2E-1120: Zero Subtotal Orders should have invoice generated."/>
15-
<title value="Zero Subtotal Orders should have invoice generated when setting 'Automatically Invoice All Items' to Yes." />
16-
<description value="Created order should have invoice generated."/>
17-
<testCaseId value="ACP2E-1120"/>
14+
<stories value="Zero Subtotal Checkout Order"/>
15+
<title value="Zero Subtotal Checkout Order must have the new order status set in configuration." />
16+
<description value="Order placed with Zero Subtotal Checkout payment must have the new order status set in configuration."/>
17+
<testCaseId value="AC-6723"/>
18+
<useCaseId value="ACP2E-1120"/>
1819
<severity value="AVERAGE"/>
1920
<group value="checkout"/>
2021
</annotations>

app/code/Magento/Checkout/Test/Mftf/Test/AdminCheckZeroSubtotalOrderWithGeneratedInvoiceTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<test name="AdminCheckZeroSubtotalOrderWithGeneratedInvoiceTest">
1212
<annotations>
1313
<features value="Checkout"/>
14-
<stories value="ENGCOM-5443: Zero Subtotal Order with automatically invoice generated."/>
14+
<stories value="Zero Subtotal Checkout Order"/>
1515
<title value="Zero Subtotal Order should have invoice generated when setting 'Automatically Invoice All Items' to Yes." />
1616
<description value="Created order with automatically invoice generated."/>
1717
<severity value="AVERAGE"/>
18-
<testCaseId value="ENGCOM-5443"/>
18+
<testCaseId value="AC-6722"/>
1919
<group value="checkout"/>
2020
</annotations>
2121
<before>

0 commit comments

Comments
 (0)