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 24
24
<actionGroup ref =" NavigateToDefaultLocaleSettingActionGroup" stepKey =" redirect" />
25
25
<!-- Set needed Timezone-->
26
26
<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" />
30
29
</before >
31
30
<after >
32
31
<actionGroup ref =" NavigateToDefaultLocaleSettingActionGroup" stepKey =" redirectAgain" />
54
53
<!-- Click on Filters-->
55
54
<click selector =" {{AdminDataGridHeaderSection.filters}}" stepKey =" clickOnFilters" />
56
55
<!-- 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" />
58
58
<!-- Set the *Customer Since* filter From Date-->
59
59
<fillField selector =" {{AdminDataGridHeaderSection.dateFilterFrom}}" userInput =" {$today}" stepKey =" fillDateFrom" />
60
60
<!-- Set the *Customer Since* filter To Date-->
You can’t perform that action at this time.
0 commit comments