File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
app/code/Magento/Checkout/Test/Mftf Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 53
53
<data key =" label" >Yes</data >
54
54
<data key =" value" >1</data >
55
55
</entity >
56
+ <entity name =" EnableFlatRateDefaultPriceConfigData" >
57
+ <data key =" path" >carriers/flatrate/price</data >
58
+ <data key =" scope" >carriers</data >
59
+ <data key =" scope_id" >1</data >
60
+ <data key =" label" >Yes</data >
61
+ <data key =" value" >5.00</data >
62
+ </entity >
56
63
<entity name =" EnableFlatRateToSpecificCountriesConfigData" >
57
64
<data key =" path" >carriers/flatrate/sallowspecific</data >
58
65
<data key =" scope" >carriers</data >
Original file line number Diff line number Diff line change 20
20
<before >
21
21
<magentoCLI stepKey =" disableShoppingCartSidebar" command =" config:set checkout/sidebar/display 0" />
22
22
<magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
23
+ <magentoCLI command =" config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey =" enableFlatRatePrice" />
23
24
<createData entity =" SimpleSubCategory" stepKey =" createSubCategory" />
24
25
25
26
<!-- Create simple products-->
Original file line number Diff line number Diff line change 19
19
20
20
<before >
21
21
<magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
22
+ <magentoCLI command =" config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey =" enableFlatRatePrice" />
22
23
<!-- Create Default Category -->
23
24
<createData entity =" _defaultCategory" stepKey =" createCategory" />
24
25
You can’t perform that action at this time.
0 commit comments