Skip to content

Commit 0d9b6f5

Browse files
Keerthana81187nikhilsharma-adobe
authored andcommitted
ACQE-5995 : Unskip AdminCheckZeroSubtotalOrderWithCustomStatus
1 parent b9964e0 commit 0d9b6f5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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" />
@@ -45,6 +43,15 @@
4543
<magentoCLI command="config:set {{EnableFreeOrderStatusPending.path}} {{EnableFreeOrderStatusPending.value}}" stepKey="disablePaymentMethodsSettingConfig"/>
4644
<magentoCLI command="config:set {{EnableFreeOrderPaymentAutomaticInvoiceAction.path}} {{EnableFreeOrderPaymentAutomaticInvoiceAction.value}}" stepKey="enableFreeOrderPaymentAutomaticInvoiceAction"/>
4745
<actionGroup ref="CliDisableFreeShippingMethodActionGroup" stepKey="disableFreeShippingConfig"/>
46+
<!-- Unassign order status -->
47+
<actionGroup ref="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatus"/>
48+
<actionGroup ref="FilterOrderStatusByLabelAndCodeActionGroup" stepKey="filterStatusGrid">
49+
<argument name="statusLabel" value="{{defaultOrderStatus.label}}"/>
50+
<argument name="statusCode" value="{{defaultOrderStatus.status}}"/>
51+
</actionGroup>
52+
<click selector="{{AdminOrderStatusGridSection.unassign}}" stepKey="unassignOrderStatus"/>
53+
<waitForPageLoad stepKey="waitForGridLoad"/>
54+
4855
<deleteData createDataKey="simplecategory" stepKey="deleteCategory"/>
4956
<deleteData createDataKey="simpleproduct" stepKey="deleteProduct"/>
5057
<deleteData createDataKey="createCartPriceRule" stepKey="deleteSalesRule"/>

0 commit comments

Comments
 (0)