File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 18
18
<testCaseId value =" MC-14742" />
19
19
<group value =" checkout" />
20
20
<group value =" mtf_migrated" />
21
- <!-- Will be fixed in the scope of ACQE-7434 -->
22
- <group value =" pr_exclude" />
23
21
</annotations >
24
22
<before >
25
23
<magentoCLI stepKey =" addDownloadableDomain" command =" downloadable:domains:add static.magento.com" />
26
24
<!-- Create category -->
27
25
<createData entity =" _defaultCategory" stepKey =" createCategory" />
28
-
26
+
29
27
<!-- Create Configurable Product -->
30
28
<createData entity =" ApiConfigurableProduct" stepKey =" createConfigProduct" >
31
29
<requiredEntity createDataKey =" createCategory" />
89
87
90
88
<!-- Create customer -->
91
89
<createData entity =" Simple_Customer_Without_Address" stepKey =" createCustomer" />
90
+ <actionGroup ref =" AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey =" disableTableRatesShippingMethod" >
91
+ <argument name =" status" value =" 0" />
92
+ </actionGroup >
92
93
93
94
<actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
94
95
<argument name =" indices" value =" cataloginventory_stock" />
You can’t perform that action at this time.
0 commit comments