File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Config/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 <actionGroup ref =" NavigateToDefaultLocaleSettingActionGroup" stepKey =" redirect" />
2525 <!-- Set needed Timezone-->
2626 <selectOption userInput =" New Zealand Standard Time (Antarctica/McMurdo)" selector =" {{LocaleOptionsSection.timeZoneDropdown}}" stepKey =" selectOption1" />
27- <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" savedefaultConfiguration" />
28- <!-- Logout From Admin Panel-->
29- <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
27+ <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveConfiguration" />
28+ <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logoutAsAdmin" />
3029 </before >
3130 <after >
3231 <actionGroup ref =" NavigateToDefaultLocaleSettingActionGroup" stepKey =" redirectAgain" />
5453 <!-- Click on Filters-->
5554 <click selector =" {{AdminDataGridHeaderSection.filters}}" stepKey =" clickOnFilters" />
5655 <!-- Generate Today's Date to set in filter-->
57- <generateDate date =" now" format =" m/d/Y" stepKey =" today" />
56+ <!-- <generateDate date="now" format="m/d/Y" stepKey="today"/>-->
57+ <generateDate date =" now" format =" m/j/Y" timezone =" Antarctica/McMurdo" stepKey =" today" />
5858 <!-- Set the *Customer Since* filter From Date-->
5959 <fillField selector =" {{AdminDataGridHeaderSection.dateFilterFrom}}" userInput =" {$today}" stepKey =" fillDateFrom" />
6060 <!-- Set the *Customer Since* filter To Date-->
You can’t perform that action at this time.
0 commit comments