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 23
23
<before >
24
24
<magentoCLI command =" config:set {{LoginAsCustomerConfigDataEnabled.path}} 1"
25
25
stepKey =" enableLoginAsCustomer" />
26
- <actionGroup ref =" CliCacheFlushActionGroup " stepKey =" flushConfigCache " >
26
+ <actionGroup ref =" CliCacheCleanActionGroup " stepKey =" cleanConfigCache " >
27
27
<argument name =" tags" value =" config" />
28
28
</actionGroup >
29
29
<createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
34
34
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
35
35
<magentoCLI command =" config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
36
36
stepKey =" disableLoginAsCustomer" />
37
- <actionGroup ref =" CliCacheFlushActionGroup " stepKey =" flushConfigCache " >
37
+ <actionGroup ref =" CliCacheCleanActionGroup " stepKey =" cleanConfigCache " >
38
38
<argument name =" tags" value =" config" />
39
39
</actionGroup >
40
40
</after >
You can’t perform that action at this time.
0 commit comments