File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Config/Test/Mftf Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11- <actionGroup name =" NavigateToDefaultLocaleSettingActionGroup " >
11+ <actionGroup name =" AdminNavigateToDefaultLocaleSettingActionGroup " >
1212 <annotations >
13- <description >Goes to the 'Configuration' page for 'Locale'. Expands the 'Locale Layouts ' section.</description >
13+ <description >Goes to the 'Configuration' page for 'Locale Options '. Expands the 'Locale Options ' section.</description >
1414 </annotations >
1515
1616 <amOnPage url =" {{GeneralConfigurationPage.url}}" stepKey =" navigateToLocaleConfigurationPage" />
1717 <waitForPageLoad stepKey =" waitForPageLoad" />
18- <conditionalClick stepKey =" expandDefaultLayouts " selector =" {{LocaleOptionsSection.sectionHeader}}" dependentSelector =" {{LocaleOptionsSection.CheckIfTabExpand}}" visible =" true" />
18+ <conditionalClick stepKey =" expandLocaleOptions " selector =" {{LocaleOptionsSection.sectionHeader}}" dependentSelector =" {{LocaleOptionsSection.CheckIfTabExpand}}" visible =" true" />
1919 <waitForElementVisible selector =" {{LocaleOptionsSection.timezone}}" stepKey =" waitForLocaleTimeZone" />
2020 </actionGroup >
2121</actionGroups >
Original file line number Diff line number Diff line change 2121 <!-- Login To Admin panel-->
2222 <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
2323 <!-- Go to *General > General > Locale Options* section -->
24- <actionGroup ref =" NavigateToDefaultLocaleSettingActionGroup " stepKey =" redirect" />
24+ <actionGroup ref =" AdminNavigateToDefaultLocaleSettingActionGroup " stepKey =" redirect" />
2525 <!-- Set needed Timezone-->
2626 <selectOption userInput =" New Zealand Standard Time (Antarctica/McMurdo)" selector =" {{LocaleOptionsSection.timeZoneDropdown}}" stepKey =" selectOption1" />
2727 <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveConfiguration" />
You can’t perform that action at this time.
0 commit comments