File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Config/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 >
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" />
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" />
You can’t perform that action at this time.
0 commit comments