Skip to content

Commit 8cd0cc0

Browse files
committed
ACP2E-1937: fix test name
1 parent 658ea5f commit 8cd0cc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/AdminCheckZeroSubtotalOrderWithCustomStatus.xml renamed to app/code/Magento/Checkout/Test/Mftf/Test/AdminCheckZeroSubtotalOrderWithCustomStatusTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminCheckZeroSubtotalOrderWithCustomStatus">
11+
<test name="AdminCheckZeroSubtotalOrderWithCustomStatusTest">
1212
<annotations>
1313
<features value="Checkout"/>
1414
<stories value="Zero Subtotal Checkout Order"/>
@@ -18,8 +18,6 @@
1818
<useCaseId value="ACP2E-1120"/>
1919
<severity value="AVERAGE"/>
2020
<group value="checkout"/>
21-
<!-- @TODO: Remove "pr_exclude" group when issue ACQE-4977 is resolved -->
22-
<group value="pr_exclude" />
2321
</annotations>
2422
<before>
2523
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer" />

0 commit comments

Comments
 (0)