File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
app/code/Magento/Config/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 2727 <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveConfiguration" />
2828 <!-- Wait for configuration to be applied-->
2929 <waitForPageLoad stepKey =" waitForConfigurationSave" />
30- <!-- Clear cache to ensure timezone change takes effect-->
31- <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" flushCacheAfterTimezoneChange" >
32- <argument name =" tags" value =" config full_page" />
33- </actionGroup >
3430 </before >
3531 <after >
3632 <!-- Go to *General > General > Locale Options* section -->
3733 <actionGroup ref =" AdminNavigateToDefaultLocaleSettingActionGroup" stepKey =" redirectAgain" />
3834 <!-- Reset timezone to default-->
3935 <selectOption userInput =" Central Standard Time (America/Chicago)" selector =" {{LocaleOptionsSection.timeZoneDropdown}}" stepKey =" selectDefaultoption" />
4036 <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveConfiguration" />
41- <!-- Clear cache to ensure default timezone change takes effect-->
42- <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" flushCacheAfterDefaultTimezone" >
43- <argument name =" tags" value =" config full_page" />
44- </actionGroup >
4537 <!-- Logout customer from storefront (if logged in) -->
4638 <actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" logoutCustomer" />
4739 <!-- Delete customer -->
You can’t perform that action at this time.
0 commit comments