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 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" />
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" />
You can’t perform that action at this time.
0 commit comments