File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Magento/LoginAsCustomer/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 20
20
<group value =" login_as_customer" />
21
21
</annotations >
22
22
<before >
23
+ <magentoCLI command =" config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey =" disableFlatRate" />
24
+
23
25
<createData entity =" Simple_US_Customer_Assistance_Allowed" stepKey =" createCustomer" />
24
26
<createData entity =" _defaultCategory" stepKey =" createCategory" />
25
27
<createData entity =" SimpleProduct" stepKey =" createProduct" >
47
49
<magentoCron groups =" index" stepKey =" reindex" />
48
50
</before >
49
51
<after >
52
+ <magentoCLI command =" config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey =" disableFlatRate" />
53
+
50
54
<actionGroup ref =" DeleteCustomStoreActionGroup" stepKey =" deleteCustomStore" >
51
55
<argument name =" storeGroupName" value =" customStoreGroup.name" />
52
56
</actionGroup >
You can’t perform that action at this time.
0 commit comments