File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/LoginAsCustomer/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 <before >
2424 <magentoCLI command =" config:set {{LoginAsCustomerConfigDataEnabled.path}} 1"
2525 stepKey =" enableLoginAsCustomer" />
26- <actionGroup ref =" CliCacheFlushActionGroup " stepKey =" flushConfigCache " >
26+ <actionGroup ref =" CliCacheCleanActionGroup " stepKey =" cleanConfigCache " >
2727 <argument name =" tags" value =" config" />
2828 </actionGroup >
2929 <createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
3434 <deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
3535 <magentoCLI command =" config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
3636 stepKey =" disableLoginAsCustomer" />
37- <actionGroup ref =" CliCacheFlushActionGroup " stepKey =" flushConfigCache " >
37+ <actionGroup ref =" CliCacheCleanActionGroup " stepKey =" cleanConfigCache " >
3838 <argument name =" tags" value =" config" />
3939 </actionGroup >
4040 </after >
You can’t perform that action at this time.
0 commit comments