Skip to content

Commit f4e46ec

Browse files
Karthik.VenkatesanManjusha.S
authored andcommitted
Magentocli command has been added to modify Magento timezone
1 parent 4ee8a72 commit f4e46ec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerLoggingFilterTest.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,14 @@
2020
<group value="pr_exclude"/>
2121
</annotations>
2222
<before>
23-
2423
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 1"
2524
stepKey="enableLoginAsCustomer"/>
2625
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
2726
stepKey="enableLoginAsCustomerAutoDetection"/>
2827
<createData entity="Simple_US_Customer_Assistance_Allowed" stepKey="createFirstCustomer"/>
29-
3028
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsDefaultUser"/>
3129
<magentoCLI command="config:set general/locale/timezone UTC" stepKey="setTimezone"/>
32-
3330
</before>
34-
35-
36-
37-
3831
<after>
3932
<magentoCLI command="config:set general/locale/timezone America/Los_Angeles" stepKey="setTimezone"/>
4033
<actionGroup ref="ClearFiltersAdminDataGridActionGroup" stepKey="clearFilterAfter"/>

0 commit comments

Comments
 (0)