File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
app/code/Magento/Backend/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 26
26
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
27
27
</before >
28
28
<after >
29
+ <!-- Set locale options to en_US-->
30
+ <magentoCLI stepKey =" localeUS" command =" config:set general/locale/code en_US" />
31
+ <!-- Change Admin locale to default -->
32
+ <actionGroup ref =" SetAdminAccountActionGroup" stepKey =" setAdminAccountToFrance" >
33
+ <argument name =" InterfaceLocaleByValue" value =" en_US" />
34
+ </actionGroup >
29
35
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
36
+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
37
+ <argument name =" indices" value =" " />
38
+ </actionGroup >
39
+ <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" flushCache" >
40
+ <argument name =" tags" value =" " />
41
+ </actionGroup >
30
42
</after >
31
43
32
44
<!-- Open Admin Store Configuration Page -->
62
74
63
75
</test >
64
76
</tests >
65
-
66
-
You can’t perform that action at this time.
0 commit comments