File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 18
18
<useCaseId value =" ACP2E-1120" />
19
19
<severity value =" AVERAGE" />
20
20
<group value =" checkout" />
21
- <!-- @TODO: Remove "pr_exclude" group when issue ACQE-4977 is resolved -->
22
- <group value =" pr_exclude" />
23
21
</annotations >
24
22
<before >
25
23
<actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" logoutCustomer" />
45
43
<magentoCLI command =" config:set {{EnableFreeOrderStatusPending.path}} {{EnableFreeOrderStatusPending.value}}" stepKey =" disablePaymentMethodsSettingConfig" />
46
44
<magentoCLI command =" config:set {{EnableFreeOrderPaymentAutomaticInvoiceAction.path}} {{EnableFreeOrderPaymentAutomaticInvoiceAction.value}}" stepKey =" enableFreeOrderPaymentAutomaticInvoiceAction" />
47
45
<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
+
48
55
<deleteData createDataKey =" simplecategory" stepKey =" deleteCategory" />
49
56
<deleteData createDataKey =" simpleproduct" stepKey =" deleteProduct" />
50
57
<deleteData createDataKey =" createCartPriceRule" stepKey =" deleteSalesRule" />
You can’t perform that action at this time.
0 commit comments