File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Shipping/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
<createData entity =" SimpleProduct" stepKey =" createProduct" >
26
26
<field key =" price" >49.00</field >
27
27
</createData >
28
+ <!-- Step 3:Enable Free Method select any shipping method -->
29
+ <magentoCLI command =" config:set {{AdminEnableFreeMethodUSPSConfigData.path}} {{AdminEnableFreeMethodUSPSConfigData.value}}" stepKey =" enableFreeMethodUSPS" />
30
+ <!-- Step 4:Enable Free Shipping Threshold -->
31
+ <magentoCLI command =" config:set {{AdminEnableFreeShippingThresholdUSPSConfigData.path}} {{AdminEnableFreeShippingThresholdUSPSConfigData.value}}" stepKey =" enableFreeShippingThresholdUSPS" />
32
+ <!-- Step 5:Fill Free Shipping Amount Threshold add amount -->
33
+ <magentoCLI command =" config:set {{AdminFillFreeShippingAmountThresholdUSPSConfigData.path}} {{AdminFillFreeShippingAmountThresholdUSPSConfigData.value}}" stepKey =" fillFreeShippingAmountThresholdUSPS" />
28
34
</before >
29
35
<after >
30
36
<!-- delete product-->
34
40
<!-- Disable Free Shipping Threshold -->
35
41
<magentoCLI command =" config:set {{AdminDisableFreeShippingThresholdUSPSConfigData.path}} {{AdminDisableFreeShippingThresholdUSPSConfigData.value}}" stepKey =" disableFreeShippingThresholdUSPS" />
36
42
</after >
37
- <!-- Step 3:Enable Free Method select any shipping method -->
38
- <magentoCLI command =" config:set {{AdminEnableFreeMethodUSPSConfigData.path}} {{AdminEnableFreeMethodUSPSConfigData.value}}" stepKey =" enableFreeMethodUSPS" />
39
- <!-- Step 4:Enable Free Shipping Threshold -->
40
- <magentoCLI command =" config:set {{AdminEnableFreeShippingThresholdUSPSConfigData.path}} {{AdminEnableFreeShippingThresholdUSPSConfigData.value}}" stepKey =" enableFreeShippingThresholdUSPS" />
41
- <!-- Step 5:Fill Free Shipping Amount Threshold add amount -->
42
- <magentoCLI command =" config:set {{AdminFillFreeShippingAmountThresholdUSPSConfigData.path}} {{AdminFillFreeShippingAmountThresholdUSPSConfigData.value}}" stepKey =" fillFreeShippingAmountThresholdUSPS" />
43
43
<!-- Step 7:Navigate to storefront add product to cart and checkout to shipping page -->
44
44
<actionGroup ref =" OpenStoreFrontProductPageActionGroup" stepKey =" navigateToProductPage" >
45
45
<argument name =" productUrlKey" value =" $createProduct.custom_attributes[url_key]$" />
You can’t perform that action at this time.
0 commit comments