File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
app/code/Magento/LoginAsCustomer/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 23
23
stepKey =" enableLoginAsCustomer" />
24
24
<magentoCLI command =" config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
25
25
stepKey =" enableLoginAsCustomerAutoDetection" />
26
- <magentoCLI command =" cache:flush config" stepKey =" flushCacheBeforeTestRun" />
26
+ <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" flushCacheBeforeTestRun" >
27
+ <argument name =" tags" value =" config" />
28
+ </actionGroup >
27
29
<createData entity =" Simple_US_Customer_Assistance_Allowed" stepKey =" createFirstCustomer" />
28
30
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsDefaultUser" />
29
31
</before >
37
39
<!-- Set config back-->
38
40
<magentoCLI command =" config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
39
41
stepKey =" disableLoginAsCustomer" />
40
- <magentoCLI command =" cache:flush config" stepKey =" flushCacheAfterTestRun" />
42
+ <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" flushCacheAfterTestRun" >
43
+ <argument name =" tags" value =" config" />
44
+ </actionGroup >
41
45
</after >
42
46
<!-- Login into First Customer account -->
43
47
<actionGroup ref =" AdminLoginAsCustomerLoginFromCustomerPageActionGroup"
You can’t perform that action at this time.
0 commit comments