Skip to content

Commit 64aadad

Browse files
JhalakMathurshashikant.kumar
authored andcommitted
fix
1 parent 15ba514 commit 64aadad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Config/Test/Mftf/ActionGroup/NavigateToDefaultLocaleSettingActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<amOnPage url="{{GeneralConfigurationPage.url}}" stepKey="navigateToLocaleConfigurationPage"/>
1717
<waitForPageLoad stepKey="waitForPageLoad"/>
18-
<scrollTo selector="{{LocaleOptionsSection.sectionHeader}}" stepKey="scrollToAnchor"/>
1918
<conditionalClick stepKey="expandDefaultLayouts" selector="{{LocaleOptionsSection.sectionHeader}}" dependentSelector="{{LocaleOptionsSection.CheckIfTabExpand}}" visible="true"/>
2019
<waitForElementVisible selector="{{LocaleOptionsSection.timezone}}" stepKey="waitForLocaleTimeZone"/>
2120
</actionGroup>

app/code/Magento/Config/Test/Mftf/Test/DateFiltersInCustomInstanceTimeZoneTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@
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"/>
2728
<!-- Logout From Admin Panel-->
2829
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
2930
</before>
3031
<after>
3132
<actionGroup ref="NavigateToDefaultLocaleSettingActionGroup" stepKey="redirectAgain"/>
3233
<selectOption userInput="Central Standard Time (America/Chicago)" selector="{{LocaleOptionsSection.timeZoneDropdown}}" stepKey="selectDefaultoption"/>
34+
<actionGroup ref="AdminSaveConfigActionGroup" stepKey="saveConfiguration"/>
3335
<!-- Delete customer -->
3436
<actionGroup ref="AdminDeleteCustomerActionGroup" stepKey="deleteCustomer">
3537
<argument name="customerEmail" value="CustomerEntityOne.email"/>

0 commit comments

Comments
 (0)